MAX_DISTANCE_REF_POINTS 61 arch/powerpc/mm/numa.c static int distance_lookup_table[MAX_NUMNODES][MAX_DISTANCE_REF_POINTS]; MAX_DISTANCE_REF_POINTS 343 arch/powerpc/mm/numa.c if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { MAX_DISTANCE_REF_POINTS 345 arch/powerpc/mm/numa.c "%d entries\n", MAX_DISTANCE_REF_POINTS); MAX_DISTANCE_REF_POINTS 346 arch/powerpc/mm/numa.c distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; MAX_DISTANCE_REF_POINTS 1099 arch/powerpc/mm/numa.c static u8 vphn_cpu_change_counts[NR_CPUS][MAX_DISTANCE_REF_POINTS]; MAX_DISTANCE_REF_POINTS 1133 arch/powerpc/mm/numa.c BUILD_BUG_ON(MAX_DISTANCE_REF_POINTS > 8);