Searched refs:mem_nid (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/acpi/numa/ |
D | hmat.c | 581 unsigned int mem_nid, cpu_nid; in hmat_register_target_initiators() local 587 mem_nid = pxm_to_node(target->memory_pxm); in hmat_register_target_initiators() 595 register_memory_node_under_compute_node(mem_nid, cpu_nid, 0); in hmat_register_target_initiators() 598 register_memory_node_under_compute_node(mem_nid, cpu_nid, 1); in hmat_register_target_initiators() 641 register_memory_node_under_compute_node(mem_nid, cpu_nid, 0); in hmat_register_target_initiators() 676 register_memory_node_under_compute_node(mem_nid, cpu_nid, 1); in hmat_register_target_initiators() 682 unsigned mem_nid = pxm_to_node(target->memory_pxm); in hmat_register_target_cache() local 686 node_add_cache(mem_nid, &tcache->cache_attrs); in hmat_register_target_cache() 691 unsigned mem_nid = pxm_to_node(target->memory_pxm); in hmat_register_target_perf() local 692 node_set_perf_attrs(mem_nid, &target->hmem_attrs[access], access); in hmat_register_target_perf()
|
/linux-5.19.10/include/linux/ |
D | node.h | 144 extern int register_memory_node_under_compute_node(unsigned int mem_nid,
|
/linux-5.19.10/drivers/base/ |
D | node.c | 733 int register_memory_node_under_compute_node(unsigned int mem_nid, in register_memory_node_under_compute_node() argument 741 if (!node_online(cpu_nid) || !node_online(mem_nid)) in register_memory_node_under_compute_node() 745 targ_node = node_devices[mem_nid]; in register_memory_node_under_compute_node()
|