Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dnuma_emulation.c419 int physi = emu_nid_to_phys[i]; in numa_emulation() local
425 else if (physi >= numa_dist_cnt || physj >= numa_dist_cnt) in numa_emulation()
426 dist = physi == physj ? in numa_emulation()
429 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()