Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dnuma_emulation.c373 void __init numa_emulation(struct numa_meminfo *numa_meminfo, int numa_dist_cnt) in numa_emulation() argument
379 size_t phys_size = numa_dist_cnt * numa_dist_cnt * sizeof(phys_dist[0]); in numa_emulation()
449 if (numa_dist_cnt) { in numa_emulation()
456 for (i = 0; i < numa_dist_cnt; i++) in numa_emulation()
457 for (j = 0; j < numa_dist_cnt; j++) in numa_emulation()
458 phys_dist[i * numa_dist_cnt + j] = in numa_emulation()
495 else if (physi >= numa_dist_cnt || physj >= numa_dist_cnt) in numa_emulation()
499 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()
/linux-6.12.1/include/linux/
Dnuma_memblks.h38 int numa_dist_cnt);
41 int numa_dist_cnt) in numa_emulation() argument