Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H 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
H A Dgfp.h554 nid = numa_mem_id(); in alloc_pages_node()
/OK3568_Linux_fs/kernel/net/core/
H A Dpage_pool.c118 pref_nid = (pool->p.nid == NUMA_NO_NODE) ? numa_mem_id() : pool->p.nid; in page_pool_refill_alloc_cache()
121 pref_nid = numa_mem_id(); /* will be zero like page_to_nid() */ in page_pool_refill_alloc_cache()
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c797 int node = numa_mem_id(); in cache_free_alien()
1779 cachep->node[numa_mem_id()]->next_reap = in setup_cpu_cache()
2109 assert_spin_locked(&get_node(cachep, numa_mem_id())->list_lock); in check_spinlock_acquired()
2150 int node = numa_mem_id(); in do_drain()
2908 node = numa_mem_id(); in cache_alloc_refill()
3077 nid_alloc = nid_here = numa_mem_id(); in alternate_node_alloc()
3138 page = cache_grow_begin(cache, flags, numa_mem_id()); in fallback_alloc()
3215 int slab_node = numa_mem_id(); in slab_alloc_node()
3280 objp = ____cache_alloc_node(cache, flags, numa_mem_id()); in __do_cache_alloc()
3377 int node = numa_mem_id(); in cache_flusharray()
[all …]
H A Dmemremap.c241 nid = numa_mem_id(); in pagemap_range()
H A Dhugetlb.c1286 nid = numa_mem_id(); in alloc_gigantic_page()
1669 nid = numa_mem_id(); in alloc_buddy_huge_page()
H A Dmempolicy.c1930 int node = numa_mem_id(); in mempolicy_slab_node()
H A Dslub.c2127 searchnode = numa_mem_id(); in get_partial()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dnuma.rst147 architectures transparently, kernel subsystems can use the numa_mem_id()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c218 return page_is_pfmemalloc(page) || page_to_nid(page) != numa_mem_id(); in mlx5e_page_is_reserved()
1564 page_pool_nid_changed(rq->page_pool, numa_mem_id()); in mlx5e_poll_rx_cq()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c499 page_to_nid(page) != numa_mem_id(); in mlx4_en_complete_rx_desc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c207 return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page); in fm10k_page_is_reserved()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1156 return (page_to_nid(page) == numa_mem_id()) && in iavf_page_is_reusable()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c738 return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page); in ice_page_is_reserved()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c1837 return (page_to_nid(page) == numa_mem_id()) && in i40e_page_is_reusable()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c786 return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page); in ixgbevf_page_is_reserved()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_main.c1670 return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page); in igc_page_is_reserved()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2691 return page_to_nid(page) == numa_mem_id() && in hns3_page_is_reusable()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c8257 return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page); in igb_page_is_reserved()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1946 return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page); in ixgbe_page_is_reserved()