Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/linux/
Dkernel.h117 #define current_gfp_context(k) 0 macro
/Linux-v4.19/include/linux/sched/
Dmm.h152 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context() function
/Linux-v4.19/mm/
Dvmscan.c3220 .gfp_mask = current_gfp_context(gfp_mask), in try_to_free_pages()
3309 .gfp_mask = (current_gfp_context(gfp_mask) & GFP_RECLAIM_MASK) | in try_to_free_mem_cgroup_pages()
4057 .gfp_mask = current_gfp_context(gfp_mask), in __node_reclaim()
Dpage_alloc.c3706 gfp_mask = current_gfp_context(gfp_mask); in __need_fs_reclaim()
4380 alloc_mask = current_gfp_context(gfp_mask); in __alloc_pages_nodemask()
7847 .gfp_mask = current_gfp_context(gfp_mask), in alloc_contig_range()