Searched refs:__GFP_NORETRY (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h46 #define __GFP_NORETRY 0 macro
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h71 lflags |= GFP_ATOMIC | __GFP_NORETRY;
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c167 * We have to override __GFP_RETRY_MAYFAIL by __GFP_NORETRY
174 kmalloc_lflags |= __GFP_NORETRY;
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c285 gfp_t gfp_comp = (gfp | __GFP_NORETRY | __GFP_COMP) & ~__GFP_RECLAIM;

Completed in 72 milliseconds