Home
last modified time | relevance | path

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

/include/linux/
Dgfp.h233 #define __GFP_IO ((__force gfp_t)___GFP_IO) macro
354 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
358 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
359 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
/include/linux/sched/
Dmm.h174 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()
/include/trace/events/
Dmmflags.h33 {(unsigned long)__GFP_IO, "__GFP_IO"}, \