Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dnuma.c64 #define MAX_DISTANCE_REF_POINTS 4 macro
67 static int distance_lookup_table[MAX_NUMNODES][MAX_DISTANCE_REF_POINTS];
333 if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { in find_min_common_depth()
335 "%d entries\n", MAX_DISTANCE_REF_POINTS); in find_min_common_depth()
336 distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; in find_min_common_depth()
1074 static u8 vphn_cpu_change_counts[NR_CPUS][MAX_DISTANCE_REF_POINTS];
1108 BUILD_BUG_ON(MAX_DISTANCE_REF_POINTS > 8); in setup_cpu_associativity_change_counters()