Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/mm/
Dnuma.c63 #define MAX_DISTANCE_REF_POINTS 4 macro
66 static int distance_lookup_table[MAX_NUMNODES][MAX_DISTANCE_REF_POINTS];
351 if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { in find_min_common_depth()
353 "%d entries\n", MAX_DISTANCE_REF_POINTS); in find_min_common_depth()
354 distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; in find_min_common_depth()
1197 static u8 vphn_cpu_change_counts[NR_CPUS][MAX_DISTANCE_REF_POINTS];
1212 BUILD_BUG_ON(MAX_DISTANCE_REF_POINTS > 8); in setup_cpu_associativity_change_counters()