Home
last modified time | relevance | path

Searched refs:__GFP_RETRY_MAYFAIL (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h150 #ifndef __GFP_RETRY_MAYFAIL
151 #define __GFP_RETRY_MAYFAIL __GFP_REPEAT macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c172 if (!(kmalloc_lflags & __GFP_RETRY_MAYFAIL) || in spl_kvmalloc()
263 lflags |= __GFP_RETRY_MAYFAIL; in spl_kmem_alloc_impl()