Searched refs:__GFP_THISNODE (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Dgfp.h151 if (unlikely(flags & __GFP_THISNODE))
216 gfp_t warn_gfp = gfp_mask & (__GFP_THISNODE|__GFP_NOWARN);
218 if (warn_gfp != (__GFP_THISNODE|__GFP_NOWARN))
H A Dgfp_types.h134 * %__GFP_THISNODE forces the allocation to be satisfied from the requested
142 #define __GFP_THISNODE ((__force gfp_t)___GFP_THISNODE) macro
H A Dhugetlb.h966 modified_mask |= (gfp_mask & __GFP_THISNODE);
/linux-master/arch/powerpc/platforms/powernv/
H A Dmemtrace.c121 page = alloc_contig_pages(nr_pages, GFP_KERNEL | __GFP_THISNODE |
/linux-master/arch/powerpc/platforms/cell/
H A Dras.c123 GFP_KERNEL|__GFP_THISNODE,
/linux-master/include/trace/events/
H A Dmmflags.h45 gfpflag_string(__GFP_THISNODE), \
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c615 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE |
932 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE |
1215 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE |
/linux-master/mm/
H A Dmempolicy.c1072 .gfp_mask = GFP_HIGHUSER_MOVABLE | __GFP_THISNODE,
2067 * __GFP_THISNODE shouldn't even be used with the bind policy
2071 WARN_ON_ONCE(gfp & __GFP_THISNODE);
2252 gfp | __GFP_THISNODE | __GFP_NORETRY, order);
2332 if (!in_interrupt() && !(gfp & __GFP_THISNODE))
2529 if (!in_interrupt() && !(gfp & __GFP_THISNODE))
H A Dmigrate.c2062 .gfp_mask = GFP_HIGHUSER_MOVABLE | __GFP_THISNODE,
2499 gfp_t gfp = __GFP_THISNODE;
H A Doom_kill.c278 if (oc->gfp_mask & __GFP_THISNODE)
282 * This is not a __GFP_THISNODE allocation, so a truncated nodemask in
H A Dinternal.h33 #define GFP_CONSTRAINT_MASK (__GFP_HARDWALL|__GFP_THISNODE)
H A Dhugetlb.c1584 if (!(gfp_mask & __GFP_THISNODE)) {
2341 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE;
3016 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE;
3479 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE;
H A Dvmscan.c939 mtc->gfp_mask |= __GFP_THISNODE;
944 mtc->gfp_mask &= ~__GFP_THISNODE;
H A Dpage_alloc.c3471 if (gfp_mask & (__GFP_RETRY_MAYFAIL | __GFP_THISNODE))
/linux-master/net/openvswitch/
H A Dflow.c97 __GFP_THISNODE |
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_uv.c175 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE,

Completed in 277 milliseconds