Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dgfp.h40 #define ___GFP_DIRECT_RECLAIM 0x200000u macro
193 #define __GFP_DIRECT_RECLAIM ((__force gfp_t)___GFP_DIRECT_RECLAIM) /* Caller can reclaim */
195 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM))