Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dnuma.c59 static int distance_ref_points_depth; variable
222 for (i = 0; i < distance_ref_points_depth; i++) { in __cpu_form1_relative_distance()
257 for (i = 0; i < distance_ref_points_depth; i++) { in __node_distance()
312 for (i = 0; i < distance_ref_points_depth; i++) { in __initialize_form1_numa_distance()
473 &distance_ref_points_depth); in find_primary_domain_index()
480 distance_ref_points_depth /= sizeof(int); in find_primary_domain_index()
482 if (distance_ref_points_depth < 2) { in find_primary_domain_index()
499 if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { in find_primary_domain_index()
502 distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; in find_primary_domain_index()