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

/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h154 #ifndef __GFP_RECLAIM
155 #define __GFP_RECLAIM __GFP_WAIT macro
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h50 #define __GFP_RECLAIM 0 macro
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c190 (lflags & __GFP_RECLAIM) != __GFP_RECLAIM) {
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c237 #ifndef __GFP_RECLAIM
238 #define __GFP_RECLAIM __GFP_WAIT macro
256 gfp_t gfp_comp = (gfp | __GFP_NORETRY | __GFP_COMP) & ~__GFP_RECLAIM;

Completed in 66 milliseconds