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

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

Completed in 73 milliseconds