Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/apic/
Dx2apic_uv_x.c549 static __initdata unsigned short *_node_to_pnode; variable
1567 bytes = num_possible_nodes() * sizeof(_node_to_pnode[0]); in build_socket_tables()
1568 _node_to_pnode = kmalloc(bytes, GFP_KERNEL); in build_socket_tables()
1569 BUG_ON(!_node_to_pnode); in build_socket_tables()
1576 _node_to_pnode[lnid] = _socket_to_pnode[sockid - minsock]; in build_socket_tables()
1724 if (!_node_to_pnode) in uv_system_init_hub()
1756 if (_node_to_pnode) in uv_system_init_hub()
1757 new_hub->pnode = _node_to_pnode[nodeid]; in uv_system_init_hub()