Home
last modified time | relevance | path

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

/linux/mm/
H A Dnuma_emulation.c350 * @numa_dist_cnt: The size of the physical NUMA distance table
354 * to reflect the emulated configuration on success. @numa_dist_cnt is
374 void __init numa_emulation(struct numa_meminfo *numa_meminfo, int numa_dist_cnt) in numa_emulation() argument
380 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation()
459 if (numa_dist_cnt) { in numa_emulation()
466 for (i = 0; i < numa_dist_cnt; i++) in numa_emulation()
467 for (j = 0; j < numa_dist_cnt; j++) in numa_emulation()
468 phys_dist[i * numa_dist_cnt + j] = in numa_emulation()
513 else if (physi >= numa_dist_cnt || phys in numa_emulation()
[all...]
/linux/include/linux/
H A Dnuma_memblks.h42 int numa_dist_cnt);
45 int numa_dist_cnt) in numa_emulation() argument