Searched refs:alloc_conv_table (Results 1 – 1 of 1) sorted by relevance
1440 static int __init alloc_conv_table(int num_elem, unsigned short **table) in alloc_conv_table() function1505 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()