Lines Matching defs:numa_distance
25 static u8 *numa_distance;
262 if (!numa_distance)
266 sizeof(numa_distance[0]);
268 memblock_free(__pa(numa_distance), size);
270 numa_distance = NULL;
282 size = nr_node_ids * nr_node_ids * sizeof(numa_distance[0]);
290 numa_distance = __va(phys);
296 numa_distance[i * numa_distance_cnt + j] = i == j ?
318 if (!numa_distance) {
337 numa_distance[from * numa_distance_cnt + to] = distance;
347 return numa_distance[from * numa_distance_cnt + to];