Searched refs:current_gfp_context (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/include/linux/
H A Dkernel.h106 #define current_gfp_context(k) 0 macro
/linux-master/include/linux/sched/
H A Dmm.h235 static inline gfp_t current_gfp_context(gfp_t flags) function
290 gfp_flags = current_gfp_context(gfp_flags);
/linux-master/fs/nfs/
H A Dfile.c452 if ((current_gfp_context(gfp) & GFP_KERNEL) != GFP_KERNEL ||
/linux-master/mm/
H A Dpage_alloc.c3160 /* Must be called after current_gfp_context() which can change gfp_mask */
3708 gfp_mask = current_gfp_context(gfp_mask);
3725 gfp_mask = current_gfp_context(gfp_mask);
4562 gfp = current_gfp_context(gfp);
6353 .gfp_mask = current_gfp_context(gfp_mask),
H A Dvmscan.c6420 .gfp_mask = current_gfp_context(gfp_mask),
6508 .gfp_mask = (current_gfp_context(gfp_mask) & GFP_RECLAIM_MASK) |
7398 .gfp_mask = current_gfp_context(gfp_mask),
H A Dpercpu.c1732 gfp = current_gfp_context(gfp);
H A Dhuge_memory.c3120 gfp = current_gfp_context(mapping_gfp_mask(mapping) &

Completed in 565 milliseconds