Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/
H A Dnuma.c61 static int distance_ref_points_depth; variable
224 for (i = 0; i < distance_ref_points_depth; i++) { in __cpu_form1_relative_distance()
259 for (i = 0; i < distance_ref_points_depth; i++) { in __node_distance()
314 for (i = 0; i < distance_ref_points_depth; i++) { in __initialize_form1_numa_distance()
475 &distance_ref_points_depth); in find_primary_domain_index()
482 distance_ref_points_depth /= sizeof(int); in find_primary_domain_index()
484 if (distance_ref_points_depth < 2) { in find_primary_domain_index()
501 if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { in find_primary_domain_index()
504 distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; in find_primary_domain_index()