Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c1264 unsigned int num_books = 2; in test_with_books() local
1279 data.config.books = num_books; in test_with_books()
1281 data.config.cpus *= num_books; in test_with_books()
1284 data.config.maxcpus *= num_books; in test_with_books()
1287 data.expect_prefer_sockets.books = num_books; in test_with_books()
1288 data.expect_prefer_sockets.cpus *= num_books; in test_with_books()
1289 data.expect_prefer_sockets.max_cpus *= num_books; in test_with_books()
1290 data.expect_prefer_cores.books = num_books; in test_with_books()
1291 data.expect_prefer_cores.cpus *= num_books; in test_with_books()
1292 data.expect_prefer_cores.max_cpus *= num_books; in test_with_books()
[all …]