Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sched/
Dmm.h203 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context() function
249 gfp_flags = current_gfp_context(gfp_flags); in memalloc_retry_wait()
/linux-6.1.9/tools/include/linux/
Dkernel.h105 #define current_gfp_context(k) 0 macro
/linux-6.1.9/mm/
Dpage_alloc.c4692 gfp_mask = current_gfp_context(gfp_mask); in fs_reclaim_acquire()
4709 gfp_mask = current_gfp_context(gfp_mask); in fs_reclaim_release()
5545 gfp = current_gfp_context(gfp); in __alloc_pages()
9280 .gfp_mask = current_gfp_context(gfp_mask), in alloc_contig_range()
Dvmscan.c6647 .gfp_mask = current_gfp_context(gfp_mask), in try_to_free_pages()
6735 .gfp_mask = (current_gfp_context(gfp_mask) & GFP_RECLAIM_MASK) | in try_to_free_mem_cgroup_pages()
7613 .gfp_mask = current_gfp_context(gfp_mask), in __node_reclaim()
Dpercpu.c1737 gfp = current_gfp_context(gfp); in pcpu_alloc()
Dhuge_memory.c2683 gfp = current_gfp_context(mapping_gfp_mask(mapping) & in split_huge_page_to_list()