Searched refs:max_numa_index (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/mm/
H A Dnuma.c384 int max_numa_index, distance_index; local
394 max_numa_index = of_read_number(&numa_lookup_index[0], 1);
403 form2_distances_length, max_numa_index);
405 for (i = 0; i < max_numa_index; i++)
406 /* +1 skip the max_numa_index in the property */
410 if (form2_distances_length != max_numa_index * max_numa_index) {
415 for (i = 0; i < max_numa_index; i++) {
416 for (j = 0; j < max_numa_index; j++) {

Completed in 150 milliseconds