Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dnuma.c65 static int distance_ref_points_depth; variable
186 for (i = 0; i < distance_ref_points_depth; i++) { in __node_distance()
206 for (i = 0; i < distance_ref_points_depth; i++) { in initialize_distance_lookup_table()
232 of_read_number(associativity, 1) >= distance_ref_points_depth) { in associativity_to_nid()
302 &distance_ref_points_depth); in find_min_common_depth()
309 distance_ref_points_depth /= sizeof(int); in find_min_common_depth()
320 if (distance_ref_points_depth < 2) { in find_min_common_depth()
333 if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { in find_min_common_depth()
336 distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; in find_min_common_depth()
1115 for (i = 0; i < distance_ref_points_depth; i++) in setup_cpu_associativity_change_counters()
[all …]