Searched refs:linux_alloc_pages (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h92 extern vm_page_t linux_alloc_pages(gfp_t flags, unsigned int order);
99 return (linux_alloc_pages(flags, 0));
106 return (linux_alloc_pages(flags, order));
113 return (linux_alloc_pages(flags, order));
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c96 linux_alloc_pages(gfp_t flags, unsigned int order) function

Completed in 160 milliseconds