Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dnuma_emulation.c505 int physj = emu_nid_to_phys[j]; in numa_emulation() local
510 else if (physi >= numa_dist_cnt || physj >= numa_dist_cnt) in numa_emulation()
511 dist = physi == physj ? in numa_emulation()
514 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dnuma_emulation.c504 int physj = emu_nid_to_phys[j]; in numa_emulation() local
509 else if (physi >= numa_dist_cnt || physj >= numa_dist_cnt) in numa_emulation()
510 dist = physi == physj ? in numa_emulation()
513 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()

Completed in 2 milliseconds