Home
last modified time | relevance | path

Searched defs:__GFP_KSWAPD_RECLAIM (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/testing/radix-tree/linux/
Dgfp.h18 #define __GFP_KSWAPD_RECLAIM 0x2000000u macro
/Linux-v4.19/include/linux/
Dgfp.h194 #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ macro