Searched refs:__GFP_HARDWALL (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dgfp_types.h132 * %__GFP_HARDWALL enforces the cpuset memory allocation policy.
141 #define __GFP_HARDWALL ((__force gfp_t)___GFP_HARDWALL) macro
368 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
/linux-master/include/trace/events/
H A Dmmflags.h44 gfpflag_string(__GFP_HARDWALL), \
/linux-master/mm/
H A Dinternal.h33 #define GFP_CONSTRAINT_MASK (__GFP_HARDWALL|__GFP_THISNODE)
H A Dpage_alloc.c3451 page = get_page_from_freelist((gfp_mask | __GFP_HARDWALL) &
4093 if (cpusets_insane_config() && (gfp_mask & __GFP_HARDWALL)) {
4335 *alloc_gfp |= __GFP_HARDWALL;
H A Dvmscan.c6102 GFP_KERNEL | __GFP_HARDWALL))
/linux-master/kernel/cgroup/
H A Dcpuset.c4875 * current's mems_allowed, yes. If it's not a __GFP_HARDWALL request and this
4880 * GFP_USER allocations are marked with the __GFP_HARDWALL bit,
4887 * __alloc_pages() routine only calls here with __GFP_HARDWALL bit
4894 * has __GFP_HARDWALL set in gfp_mask, enforcing hardwall cpusets,
4925 if (gfp_mask & __GFP_HARDWALL) /* If hardwall request, stop here */

Completed in 180 milliseconds