Home
last modified time | relevance | path

Searched refs:__GFP_THISNODE (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/include/trace/events/
Dgfpflags.h35 {(unsigned long)__GFP_THISNODE, "GFP_THISNODE"}, \
/linux-4.1.27/include/linux/
Dgfp.h89 #define __GFP_THISNODE ((__force gfp_t)___GFP_THISNODE)/* No fallback, no policies */ macro
136 #define GFP_CONSTRAINT_MASK (__GFP_HARDWALL|__GFP_THISNODE)
265 if (IS_ENABLED(CONFIG_NUMA) && unlikely(flags & __GFP_THISNODE)) in gfp_zonelist()
/linux-4.1.27/arch/tile/kernel/
Dmachine_kexec.c217 gfp_mask |= __GFP_THISNODE | __GFP_NORETRY; in kimage_alloc_pages_arch()
/linux-4.1.27/arch/ia64/kernel/
Duncached.c101 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE, in uncached_add_chunk()
/linux-4.1.27/kernel/
Dprofile.c547 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE, in create_hash_tables()
554 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE, in create_hash_tables()
/linux-4.1.27/arch/powerpc/platforms/cell/
Dras.c127 GFP_KERNEL|__GFP_THISNODE, in cbe_ptcal_enable_on_node()
/linux-4.1.27/mm/
Dmigrate.c1197 GFP_HIGHUSER_MOVABLE | __GFP_THISNODE, 0); in new_page_node()
1564 __GFP_THISNODE | __GFP_NOMEMALLOC | in alloc_misplaced_dst_page()
1740 (GFP_TRANSHUGE | __GFP_THISNODE) & ~__GFP_WAIT, in migrate_misplaced_transhuge_page()
Dmempolicy.c949 __GFP_THISNODE, 0); in new_node_page()
1665 if (unlikely(gfp & __GFP_THISNODE) && in policy_zonelist()
2005 gfp | __GFP_THISNODE, order); in alloc_pages_vma()
2045 if (!in_interrupt() && !(gfp & __GFP_THISNODE)) in alloc_pages_current()
Doom_kill.c218 if (gfp_mask & __GFP_THISNODE) in constrained_alloc()
Dslab.c1038 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~__GFP_WAIT; in gfp_exact_node()
2991 if (in_interrupt() || (flags & __GFP_THISNODE)) in alternate_node_alloc()
3022 if (flags & __GFP_THISNODE) in fallback_alloc()
Dhugetlb.c1097 htlb_alloc_mask(h)|__GFP_COMP|__GFP_THISNODE| in alloc_fresh_huge_page_node()
1253 htlb_alloc_mask(h)|__GFP_COMP|__GFP_THISNODE| in alloc_buddy_huge_page()
Dpage_alloc.c2444 if (gfp_mask & __GFP_THISNODE) in __alloc_pages_may_oom()
2702 if (IS_ENABLED(CONFIG_NUMA) && (gfp_mask & __GFP_THISNODE) && !wait) in __alloc_pages_slowpath()
Dhuge_memory.c2448 __GFP_THISNODE; in collapse_huge_page()
/linux-4.1.27/net/openvswitch/
Dflow.c104 __GFP_THISNODE | in ovs_flow_stats_update()
/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_uv.c243 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE, in xpc_create_gru_mq_uv()