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

Configure Feed

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

at v6.12-rc2 9 lines 177 B view raw
1#ifndef COMMON_H_ 2#define COMMON_H_ 3 4extern int hugetlbfs_test; 5 6unsigned long default_huge_page_size(void); 7int sys_memfd_create(const char *name, unsigned int flags); 8 9#endif