Searched refs:__apicid_to_node (Results 1 – 5 of 5) sorted by relevance
47 s16 __apicid_to_node[MAX_LOCAL_APIC] = { variable 56 return __apicid_to_node[apicid]; in numa_cpu_node() 438 * Transform __apicid_to_node table to use emulated nids by in numa_emu_update_cpu_to_node() 442 for (i = 0; i < ARRAY_SIZE(__apicid_to_node); i++) { in numa_emu_update_cpu_to_node() 443 if (__apicid_to_node[i] == NUMA_NO_NODE) in numa_emu_update_cpu_to_node() 446 if (__apicid_to_node[i] == emu_nid_to_phys[j]) in numa_emu_update_cpu_to_node() 448 __apicid_to_node[i] = j < nr_emu_nids ? j : 0; in numa_emu_update_cpu_to_node()
32 node = __apicid_to_node[i]; in nearby_node() 37 node = __apicid_to_node[i]; in nearby_node() 81 * access __apicid_to_node[]. in srat_detect_node() 85 if (__apicid_to_node[ht_nodeid] != NUMA_NO_NODE) in srat_detect_node() 86 node = __apicid_to_node[ht_nodeid]; in srat_detect_node()
289 node = __apicid_to_node[i]; in nearby_node() 294 node = __apicid_to_node[i]; in nearby_node() 339 * access __apicid_to_node[]. in srat_detect_node() 343 if (__apicid_to_node[ht_nodeid] != NUMA_NO_NODE) in srat_detect_node() 344 node = __apicid_to_node[ht_nodeid]; in srat_detect_node()
16 * __apicid_to_node[] stores the raw mapping between physical apicid and23 extern s16 __apicid_to_node[MAX_LOCAL_APIC];28 __apicid_to_node[apicid] = node; in set_apicid_to_node()
1535 for (apicid = 0; apicid < ARRAY_SIZE(__apicid_to_node); apicid++) { in build_socket_tables() 1536 int nid = __apicid_to_node[apicid]; in build_socket_tables()