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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h95 extern vm_page_t linux_alloc_pages(gfp_t flags, unsigned int order);
102 return (linux_alloc_pages(flags, 0));
109 return (linux_alloc_pages(flags, order));
116 return (linux_alloc_pages(flags, order));
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c89 linux_alloc_pages(gfp_t flags, unsigned int order) function

Completed in 48 milliseconds