Home
last modified time | relevance | path

Searched refs:numa_mem_id (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
A Dtopology.h142 #ifndef numa_mem_id
144 static inline int numa_mem_id(void) in numa_mem_id() function
166 #ifndef numa_mem_id
168 static inline int numa_mem_id(void) in numa_mem_id() function
A Dgfp.h542 return __alloc_pages_bulk(gfp, numa_mem_id(), NULL, nr_pages, list, NULL); in alloc_pages_bulk_list()
548 return __alloc_pages_bulk(gfp, numa_mem_id(), NULL, nr_pages, NULL, page_array); in alloc_pages_bulk_array()
555 nid = numa_mem_id(); in alloc_pages_bulk_array_node()
591 nid = numa_mem_id(); in alloc_pages_node()
A Dskbuff.h3039 return likely(page_to_nid(page) == numa_mem_id() && in dev_page_is_reusable()
/linux/mm/
A Dslab.c797 int node = numa_mem_id(); in cache_free_alien()
1780 cachep->node[numa_mem_id()]->next_reap = in setup_cpu_cache()
2110 assert_spin_locked(&get_node(cachep, numa_mem_id())->list_lock); in check_spinlock_acquired()
2151 int node = numa_mem_id(); in do_drain()
2909 node = numa_mem_id(); in cache_alloc_refill()
3079 nid_alloc = nid_here = numa_mem_id(); in alternate_node_alloc()
3140 page = cache_grow_begin(cache, flags, numa_mem_id()); in fallback_alloc()
3217 int slab_node = numa_mem_id(); in slab_alloc_node()
3282 objp = ____cache_alloc_node(cache, flags, numa_mem_id()); in __do_cache_alloc()
3379 int node = numa_mem_id(); in cache_flusharray()
[all …]
A Dmemremap.c239 nid = numa_mem_id(); in pagemap_range()
A Dmempolicy.c1826 int node = numa_mem_id(); in mempolicy_slab_node()
A Dhugetlb.c1360 nid = numa_mem_id(); in alloc_gigantic_page()
1913 nid = numa_mem_id(); in alloc_buddy_huge_page()
A Dslub.c2250 searchnode = numa_mem_id(); in get_partial()
/linux/net/core/
A Dpage_pool.c127 pref_nid = (pool->p.nid == NUMA_NO_NODE) ? numa_mem_id() : pool->p.nid; in page_pool_refill_alloc_cache()
130 pref_nid = numa_mem_id(); /* will be zero like page_to_nid() */ in page_pool_refill_alloc_cache()
A Dskbuff.c411 likely(node == NUMA_NO_NODE || node == numa_mem_id())) in __alloc_skb()
/linux/Documentation/vm/
A Dnuma.rst147 architectures transparently, kernel subsystems can use the numa_mem_id()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c783 page_pool_nid_changed(rq->page_pool, numa_mem_id()); in mlx5e_post_rx_wqes()
966 page_pool_nid_changed(rq->page_pool, numa_mem_id()); in mlx5e_post_rx_mpwqes()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_rx.c499 page_to_nid(page) != numa_mem_id(); in mlx4_en_complete_rx_desc()
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_txrx.c102 if (page_to_nid(buf_info->page) != numa_mem_id()) in ionic_rx_buf_recycle()

Completed in 93 milliseconds