Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dnuma.c58 #define MAX_DISTANCE_REF_POINTS 4 macro
61 static int distance_lookup_table[MAX_NUMNODES][MAX_DISTANCE_REF_POINTS];
344 if (distance_ref_points_depth > MAX_DISTANCE_REF_POINTS) { in find_min_common_depth()
346 "%d entries\n", MAX_DISTANCE_REF_POINTS); in find_min_common_depth()
347 distance_ref_points_depth = MAX_DISTANCE_REF_POINTS; in find_min_common_depth()