Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/apic/
Dx2apic_uv_x.c1440 static int __init alloc_conv_table(int num_elem, unsigned short **table) in alloc_conv_table() function
1505 if ((alloc_conv_table(nump, &_pnode_to_socket) < 0) in build_socket_tables()
1506 || (alloc_conv_table(nums, &_socket_to_pnode) < 0) in build_socket_tables()
1507 || (alloc_conv_table(numn, &_node_to_socket) < 0) in build_socket_tables()
1508 || (alloc_conv_table(nums, &_socket_to_node) < 0)) { in build_socket_tables()