Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dnuma_emulation.c497 int physj = emu_nid_to_phys[j]; in numa_emulation() local
502 else if (physi >= numa_dist_cnt || physj >= numa_dist_cnt) in numa_emulation()
503 dist = physi == physj ? in numa_emulation()
506 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()