Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dmm.h250 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context() function
296 gfp_flags = current_gfp_context(gfp_flags); in memalloc_retry_wait()
/linux/tools/include/linux/
H A Dkernel.h106 #define current_gfp_context(k) 0 macro
/linux/fs/nfs/
H A Dfile.c460 if ((current_gfp_context(gfp) & GFP_KERNEL) != GFP_KERNEL || in nfs_release_folio()
/linux/mm/
H A Dpage_alloc.c3863 gfp_mask = current_gfp_context(gfp_mask); in fs_reclaim_acquire()
3880 gfp_mask = current_gfp_context(gfp_mask); in fs_reclaim_release()
4727 gfp = current_gfp_context(gfp); in __alloc_frozen_pages_noprof()
6444 gfp_mask = current_gfp_context(gfp_mask); in alloc_contig_range_noprof()
H A Dvmscan.c6520 .gfp_mask = current_gfp_context(gfp_mask), in try_to_free_pages()
6610 .gfp_mask = (current_gfp_context(gfp_mask) & GFP_RECLAIM_MASK) | in try_to_free_mem_cgroup_pages()
7500 .gfp_mask = current_gfp_context(gfp_mask), in __node_reclaim()
H A Dhuge_memory.c3538 gfp = current_gfp_context(mapping_gfp_mask(mapping) & in split_huge_page_to_list_to_order()