Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc8 9 lines 166 B view raw
1#ifndef _MPX_MM_H 2#define _MPX_MM_H 3 4#define PAGE_SIZE 4096 5#define MB (1UL<<20) 6 7extern long nr_incore(void *ptr, unsigned long size_bytes); 8 9#endif /* _MPX_MM_H */