Searched refs:physj (Results 1 – 1 of 1) sorted by relevance
499 int physj = emu_nid_to_phys[j]; in numa_emulation() local504 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; in numa_emulation() local527 physj = emu_nid_to_phys[j]; in numa_emulation()529 physj = j - max_emu_nid; in numa_emulation()530 dist = phys_dist[physi * numa_dist_cnt + physj]; in numa_emulation()
Completed in 184 milliseconds