Home
last modified time | relevance | path

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

/include/trace/events/
Dgfpflags.h22 {(unsigned long)__GFP_HIGH, "GFP_HIGH"}, \
/include/linux/
Dgfp.h69 #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) /* Should access emergency pools? */ macro
104 #define GFP_NOWAIT (GFP_ATOMIC & ~__GFP_HIGH)
106 #define GFP_ATOMIC (__GFP_HIGH)
137 #define GFP_RECLAIM_MASK (__GFP_WAIT|__GFP_HIGH|__GFP_IO|__GFP_FS|\