Searched refs:__GFP_NORETRY (Results 1 – 5 of 5) sorted by relevance
59 #define __GFP_NORETRY (1U << 25) /* LinuxKPI only */ macro
72 lflags |= GFP_ATOMIC | __GFP_NORETRY; in kmem_flags_convert()
171 kmalloc_lflags |= __GFP_NORETRY; in spl_kvmalloc()
120 if ((flags & (M_WAITOK | __GFP_NORETRY)) == in linux_alloc_pages()
278 gfp_t gfp_comp = (gfp | __GFP_NORETRY | __GFP_COMP) & ~__GFP_RECLAIM; in abd_alloc_chunks()