Lines Matching refs:max_cpus

47             .max_cpus = e,                                    \
738 return topo->max_cpus / topo->drawers / topo->books / topo->sockets; in cpu_topology_get_threads_per_socket()
777 topo->max_cpus, threads_per_socket, cores_per_socket, in cpu_topology_to_string()
823 (ms->smp.max_cpus == expect_topo->max_cpus) && in check_parse()
932 mc->max_cpus = MAX_CPUS; in machine_base_class_init()
943 mc->max_cpus = MAX_CPUS - 1; in machine_generic_invalid_class_init()
1078 data.expect_prefer_sockets.max_cpus *= num_modules; in test_with_modules()
1081 data.expect_prefer_cores.max_cpus *= num_modules; in test_with_modules()
1128 data.expect_prefer_sockets.max_cpus *= num_dies; in test_with_dies()
1131 data.expect_prefer_cores.max_cpus *= num_dies; in test_with_dies()
1187 data.expect_prefer_sockets.max_cpus *= num_modules * num_dies; in test_with_modules_dies()
1192 data.expect_prefer_cores.max_cpus *= num_modules * num_dies; in test_with_modules_dies()
1239 data.expect_prefer_sockets.max_cpus *= num_clusters; in test_with_clusters()
1242 data.expect_prefer_cores.max_cpus *= num_clusters; in test_with_clusters()
1289 data.expect_prefer_sockets.max_cpus *= num_books; in test_with_books()
1292 data.expect_prefer_cores.max_cpus *= num_books; in test_with_books()
1339 data.expect_prefer_sockets.max_cpus *= num_drawers; in test_with_drawers()
1342 data.expect_prefer_cores.max_cpus *= num_drawers; in test_with_drawers()
1398 data.expect_prefer_sockets.max_cpus *= num_drawers * num_books; in test_with_drawers_books()
1403 data.expect_prefer_cores.max_cpus *= num_drawers * num_books; in test_with_drawers_books()
1484 data.expect_prefer_sockets.max_cpus *= multiplier; in test_full_topo()
1492 data.expect_prefer_cores.max_cpus *= multiplier; in test_full_topo()