Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1492 static int __init alloc_conv_table(int num_elem, unsigned short **table) in alloc_conv_table() function
1557 if ((alloc_conv_table(nump, &_pnode_to_socket) < 0) in build_socket_tables()
1558 || (alloc_conv_table(nums, &_socket_to_pnode) < 0) in build_socket_tables()
1559 || (alloc_conv_table(numn, &_node_to_socket) < 0) in build_socket_tables()
1560 || (alloc_conv_table(nums, &_socket_to_node) < 0)) { in build_socket_tables()