Searched refs:numa_set_distance (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/of/ |
H A D | of_numa.c | 114 numa_set_distance(nodea, nodeb, distance); in of_numa_parse_distance_map_v1() 118 numa_set_distance(nodeb, nodea, distance); in of_numa_parse_distance_map_v1()
|
/linux/arch/loongarch/include/asm/ |
H A D | topology.h | 24 void numa_set_distance(int from, int to, int distance);
|
/linux/include/linux/ |
H A D | numa_memblks.h | 10 void __init numa_set_distance(int from, int to, int distance);
|
/linux/arch/loongarch/kernel/ |
H A D | acpi.c | 264 void __init numa_set_distance(int from, int to, int distance) in numa_set_distance() function
|
/linux/drivers/acpi/numa/ |
H A D | srat.c | 257 numa_set_distance(from_node, to_node, in acpi_parse_slit()
|
/linux/mm/ |
H A D | numa_emulation.c | 501 numa_set_distance(i, j, dist); in numa_emulation()
|
H A D | numa_memblks.c | 103 void __init numa_set_distance(int from, int to, int distance) in numa_set_distance() function
|