Home
last modified time | relevance | path

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

/linux/mm/
H A Dnuma_emulation.c498 int physi = emu_nid_to_phys[i]; in numa_emulation()
504 else if (physi >= numa_dist_cnt || physj >= numa_dist_cnt) in numa_emulation()
505 dist = physi == physj ? in numa_emulation()
508 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()
515 int physi, physj;
523 physi = emu_nid_to_phys[i]; in numa_add_cpu()
525 physi = i - max_emu_nid; in numa_add_cpu()
530 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_add_cpu()
489 int physi = emu_nid_to_phys[i]; numa_emulation() local