Home
last modified time | relevance | path

Searched refs:current_gfp_context (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/include/linux/
Dkernel.h119 #define current_gfp_context(k) 0 macro
/Linux-v5.4/include/linux/sched/
Dmm.h178 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context() function
/Linux-v5.4/mm/
Dvmscan.c3267 .gfp_mask = current_gfp_context(gfp_mask), in try_to_free_pages()
3358 .gfp_mask = (current_gfp_context(gfp_mask) & GFP_RECLAIM_MASK) | in try_to_free_mem_cgroup_pages()
4214 .gfp_mask = current_gfp_context(gfp_mask), in __node_reclaim()
Dpage_alloc.c4062 gfp_mask = current_gfp_context(gfp_mask); in __need_fs_reclaim()
4766 alloc_mask = current_gfp_context(gfp_mask); in __alloc_pages_nodemask()
8389 .gfp_mask = current_gfp_context(gfp_mask), in alloc_contig_range()