Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c1217 unsigned int num_clusters = 2; in test_with_clusters() local
1232 data.config.clusters = num_clusters; in test_with_clusters()
1234 data.config.cpus *= num_clusters; in test_with_clusters()
1237 data.config.maxcpus *= num_clusters; in test_with_clusters()
1240 data.expect_prefer_sockets.clusters = num_clusters; in test_with_clusters()
1241 data.expect_prefer_sockets.cpus *= num_clusters; in test_with_clusters()
1242 data.expect_prefer_sockets.max_cpus *= num_clusters; in test_with_clusters()
1243 data.expect_prefer_cores.clusters = num_clusters; in test_with_clusters()
1244 data.expect_prefer_cores.cpus *= num_clusters; in test_with_clusters()
1245 data.expect_prefer_cores.max_cpus *= num_clusters; in test_with_clusters()