Searched refs:__GFP_RETRY_MAYFAIL (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h157 #ifndef __GFP_RETRY_MAYFAIL
158 #define __GFP_RETRY_MAYFAIL __GFP_REPEAT macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h50 #define __GFP_RETRY_MAYFAIL 0 macro
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c164 * N.B. __GFP_RETRY_MAYFAIL is supported only for large
167 * We have to override __GFP_RETRY_MAYFAIL by __GFP_NORETRY
172 if (!(kmalloc_lflags & __GFP_RETRY_MAYFAIL) ||
277 lflags |= __GFP_RETRY_MAYFAIL;

Completed in 91 milliseconds