Home
last modified time | relevance | path

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

/include/linux/
A Dgfp_types.h263 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
378 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
381 #define GFP_NOIO (__GFP_RECLAIM)
382 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
383 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
389 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
A Dgfp.h58 return !!(gfp_flags & __GFP_RECLAIM); in gfpflags_allow_spinning()
/include/trace/events/
A Dmmflags.h102 gfpflag_string(__GFP_RECLAIM), \

Completed in 24 milliseconds