| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | topology.h | 142 #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 D | gfp.h | 554 nid = numa_mem_id(); in alloc_pages_node()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | page_pool.c | 118 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 D | slab.c | 797 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 D | memremap.c | 241 nid = numa_mem_id(); in pagemap_range()
|
| H A D | hugetlb.c | 1286 nid = numa_mem_id(); in alloc_gigantic_page() 1669 nid = numa_mem_id(); in alloc_buddy_huge_page()
|
| H A D | mempolicy.c | 1930 int node = numa_mem_id(); in mempolicy_slab_node()
|
| H A D | slub.c | 2127 searchnode = numa_mem_id(); in get_partial()
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | numa.rst | 147 architectures transparently, kernel subsystems can use the numa_mem_id()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 218 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 D | en_rx.c | 499 page_to_nid(page) != numa_mem_id(); in mlx4_en_complete_rx_desc()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_main.c | 207 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 D | iavf_txrx.c | 1156 return (page_to_nid(page) == numa_mem_id()) && in iavf_page_is_reusable()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_txrx.c | 738 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 D | i40e_txrx.c | 1837 return (page_to_nid(page) == numa_mem_id()) && in i40e_page_is_reusable()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 786 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 D | igc_main.c | 1670 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 D | hns3_enet.c | 2691 return page_to_nid(page) == numa_mem_id() && in hns3_page_is_reusable()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 8257 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 D | ixgbe_main.c | 1946 return (page_to_nid(page) != numa_mem_id()) || page_is_pfmemalloc(page); in ixgbe_page_is_reserved()
|