Searched refs:__GFP_THISNODE (Results 1 – 19 of 19) sorted by relevance
/linux/include/linux/ |
A D | gfp.h | 108 #define __GFP_THISNODE ((__force gfp_t)___GFP_THISNODE) macro 497 if (unlikely(flags & __GFP_THISNODE)) in gfp_zonelist() 568 VM_WARN_ON((gfp_mask & __GFP_THISNODE) && !node_online(nid)); in __alloc_pages_node() 577 VM_WARN_ON((gfp & __GFP_THISNODE) && !node_online(nid)); in __folio_alloc_node()
|
A D | hugetlb.h | 844 modified_mask |= (gfp_mask & __GFP_THISNODE); in htlb_modify_alloc_mask()
|
/linux/mm/ |
A D | hugetlb_vmemmap.c | 238 GFP_KERNEL | __GFP_NORETRY | __GFP_THISNODE); in alloc_huge_page_vmemmap()
|
A D | mempolicy.c | 1060 .gfp_mask = GFP_HIGHUSER_MOVABLE | __GFP_THISNODE, in migrate_to_node() 1801 WARN_ON_ONCE(policy->mode == MPOL_BIND && (gfp & __GFP_THISNODE)); in policy_node() 2134 gfp | __GFP_THISNODE | __GFP_NORETRY, order); in alloc_pages_vma() 2177 if (!in_interrupt() && !(gfp & __GFP_THISNODE)) in alloc_pages() 2274 if (!in_interrupt() && !(gfp & __GFP_THISNODE)) in alloc_pages_bulk_array_mempolicy()
|
A D | internal.h | 30 #define GFP_CONSTRAINT_MASK (__GFP_HARDWALL|__GFP_THISNODE)
|
A D | migrate.c | 1660 .gfp_mask = GFP_HIGHUSER_MOVABLE | __GFP_THISNODE, in do_move_pages_to_node() 2078 __GFP_THISNODE | __GFP_NOMEMALLOC | in alloc_misplaced_dst_page() 2091 newpage = alloc_pages_node(nid, (GFP_TRANSHUGE_LIGHT | __GFP_THISNODE), in alloc_misplaced_dst_page_thp()
|
A D | oom_kill.c | 280 if (oc->gfp_mask & __GFP_THISNODE) in constrained_alloc()
|
A D | khugepaged.c | 1078 gfp = alloc_hugepage_khugepaged_gfpmask() | __GFP_THISNODE; in collapse_huge_page() 1656 gfp = alloc_hugepage_khugepaged_gfpmask() | __GFP_THISNODE; in collapse_file()
|
A D | slab.c | 814 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node() 3077 if (in_interrupt() || (flags & __GFP_THISNODE)) in alternate_node_alloc() 3108 if (flags & __GFP_THISNODE) in fallback_alloc()
|
A D | hugetlb.c | 1374 if (!(gfp_mask & __GFP_THISNODE)) { in alloc_gigantic_page() 1987 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE; in alloc_pool_huge_page() 2703 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE; in alloc_and_dissolve_huge_page() 3052 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE; in hugetlb_hstate_alloc_pages_onenode()
|
A D | vmscan.c | 1470 __GFP_THISNODE | __GFP_NOWARN | in alloc_demote_page()
|
A D | page_alloc.c | 4296 if (gfp_mask & (__GFP_RETRY_MAYFAIL | __GFP_THISNODE)) in __alloc_pages_may_oom()
|
/linux/arch/ia64/kernel/ |
A D | uncached.c | 96 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE, in uncached_add_chunk()
|
/linux/arch/powerpc/platforms/cell/ |
A D | ras.c | 123 GFP_KERNEL|__GFP_THISNODE, in cbe_ptcal_enable_on_node()
|
/linux/include/trace/events/ |
A D | mmflags.h | 44 {(unsigned long)__GFP_THISNODE, "__GFP_THISNODE"}, \
|
/linux/arch/powerpc/platforms/powernv/ |
A D | memtrace.c | 121 page = alloc_contig_pages(nr_pages, GFP_KERNEL | __GFP_THISNODE | in memtrace_alloc_node()
|
/linux/arch/powerpc/perf/ |
A D | imc-pmu.c | 602 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE | in core_imc_mem_init() 922 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE | in thread_imc_mem_alloc() 1204 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE | in trace_imc_mem_alloc()
|
/linux/net/openvswitch/ |
A D | flow.c | 96 __GFP_THISNODE | in ovs_flow_stats_update()
|
/linux/drivers/misc/sgi-xp/ |
A D | xpc_uv.c | 246 GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE, in xpc_create_gru_mq_uv()
|
Completed in 75 milliseconds