Home
last modified time | relevance | path

Searched refs:__GFP_THISNODE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h62 #define __GFP_THISNODE (1U << 26) macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c121 if ((flags & __GFP_THISNODE) != 0) { in linux_alloc_pages()
133 if ((flags & (M_WAITOK | __GFP_NORETRY | __GFP_THISNODE)) == in linux_alloc_pages()