Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c557 static __initdata unsigned short *_node_to_socket; variable
1259 hi->node_to_socket = _node_to_socket; in uv_init_hub_info()
1559 || (alloc_conv_table(numn, &_node_to_socket) < 0) in build_socket_tables()
1563 kfree(_node_to_socket); in build_socket_tables()
1600 if (_node_to_socket[nid] == SOCK_EMPTY) in build_socket_tables()
1601 _node_to_socket[nid] = sockid; in build_socket_tables()
1606 _node_to_socket[nid], in build_socket_tables()
1616 FREE_1_TO_1_TABLE(_node_to_socket, _min_socket, nums, numn); in build_socket_tables()