Home
last modified time | relevance | path

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

/include/linux/
A Dgfp_types.h259 #define __GFP_IO ((__force gfp_t)___GFP_IO) macro
378 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
382 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
383 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
A Dgfp.h411 return (gfp & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS); in gfp_has_io_fs()
420 return IS_ENABLED(CONFIG_COMPACTION) && (gfp_mask & __GFP_IO); in gfp_compaction_allowed()
/include/linux/sched/
A Dmm.h260 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()

Completed in 6 milliseconds