Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/apic/
Dx2apic_uv_x.c358 static __initdata unsigned short *_node_to_pnode; variable
1390 bytes = num_possible_nodes() * sizeof(_node_to_pnode[0]); in build_socket_tables()
1391 _node_to_pnode = kmalloc(bytes, GFP_KERNEL); in build_socket_tables()
1392 BUG_ON(!_node_to_pnode); in build_socket_tables()
1399 _node_to_pnode[lnid] = _socket_to_pnode[sockid - minsock]; in build_socket_tables()
1467 if (!_node_to_pnode) in uv_system_init_hub()
1499 if (_node_to_pnode) in uv_system_init_hub()
1500 new_hub->pnode = _node_to_pnode[nodeid]; in uv_system_init_hub()