Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dnuma_emulation.c347 * @numa_dist_cnt: The size of the physical NUMA distance table
351 * to reflect the emulated configuration on success. @numa_dist_cnt is
371 void __init numa_emulation(struct numa_meminfo *numa_meminfo, int numa_dist_cnt) in numa_emulation() argument
377 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation()
447 if (numa_dist_cnt) { in numa_emulation()
459 for (i = 0; i < numa_dist_cnt; i++) in numa_emulation()
460 for (j = 0; j < numa_dist_cnt; j++) in numa_emulation()
461 phys_dist[i * numa_dist_cnt + j] = in numa_emulation()
510 else if (physi >= numa_dist_cnt || phys in numa_emulation()
[all...]
H A Dnuma_internal.h27 int numa_dist_cnt);
30 int numa_dist_cnt) in numa_emulation()
29 numa_emulation(struct numa_meminfo *numa_meminfo, int numa_dist_cnt) numa_emulation() argument
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dnuma_emulation.c347 * @numa_dist_cnt: The size of the physical NUMA distance table
351 * to reflect the emulated configuration on success. @numa_dist_cnt is
371 void __init numa_emulation(struct numa_meminfo *numa_meminfo, int numa_dist_cnt) in numa_emulation() argument
377 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation()
447 if (numa_dist_cnt) { in numa_emulation()
458 for (i = 0; i < numa_dist_cnt; i++) in numa_emulation()
459 for (j = 0; j < numa_dist_cnt; j++) in numa_emulation()
460 phys_dist[i * numa_dist_cnt + j] = in numa_emulation()
509 else if (physi >= numa_dist_cnt || phys in numa_emulation()
[all...]
H A Dnuma_internal.h27 int numa_dist_cnt);
30 int numa_dist_cnt) in numa_emulation()
29 numa_emulation(struct numa_meminfo *numa_meminfo, int numa_dist_cnt) numa_emulation() argument

Completed in 3 milliseconds