Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dnuma.c64 static int distance_ref_points_depth; variable
205 for (i = 0; i < distance_ref_points_depth; i++) { in __node_distance()
225 for (i = 0; i < distance_ref_points_depth; i++) { in initialize_distance_lookup_table()
251 of_read_number(associativity, 1) >= distance_ref_points_depth) { in associativity_to_nid()
321 &distance_ref_points_depth); in find_min_common_depth()
328 distance_ref_points_depth /= sizeof(int); in find_min_common_depth()
339 if (distance_ref_points_depth < 2) { in find_min_common_depth()
352 if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { in find_min_common_depth()
355 distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; in find_min_common_depth()
1255 for (i = 0; i < distance_ref_points_depth; i++) in setup_cpu_associativity_change_counters()
[all …]