Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
A Dx2apic_uv_x.c543 static __initdata unsigned short *_node_to_pnode; variable
1557 bytes = num_possible_nodes() * sizeof(_node_to_pnode[0]); in build_socket_tables()
1558 _node_to_pnode = kmalloc(bytes, GFP_KERNEL); in build_socket_tables()
1559 BUG_ON(!_node_to_pnode); in build_socket_tables()
1566 _node_to_pnode[lnid] = _socket_to_pnode[sockid - minsock]; in build_socket_tables()
1714 if (!_node_to_pnode) in uv_system_init_hub()
1746 if (_node_to_pnode) in uv_system_init_hub()
1747 new_hub->pnode = _node_to_pnode[nodeid]; in uv_system_init_hub()

Completed in 9 milliseconds