Searched refs:__GFP_NORETRY (Results 1 – 5 of 5) sorted by relevance
75 lflags |= GFP_ATOMIC | __GFP_NORETRY; in kmem_flags_convert()
61 #define __GFP_NORETRY (1U << 25) /* LinuxKPI only */ macro
117 if ((flags & __GFP_NORETRY) != 0) in linux_alloc_pages()133 if ((flags & (M_WAITOK | __GFP_NORETRY | __GFP_THISNODE)) == in linux_alloc_pages()
171 kmalloc_lflags |= __GFP_NORETRY; in spl_kvmalloc()
275 gfp_t gfp_comp = (gfp | __GFP_NORETRY | __GFP_COMP) & ~__GFP_RECLAIM; in abd_alloc_chunks()