Home
last modified time | relevance | path

Searched refs:__GFP_RECLAIM (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h154 #ifndef __GFP_RECLAIM
155 #define __GFP_RECLAIM __GFP_WAIT macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c190 (lflags & __GFP_RECLAIM) != __GFP_RECLAIM) { in spl_kvmalloc()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c241 #ifndef __GFP_RECLAIM
242 #define __GFP_RECLAIM __GFP_WAIT macro
260 gfp_t gfp_comp = (gfp | __GFP_NORETRY | __GFP_COMP) & ~__GFP_RECLAIM; in abd_alloc_chunks()