Lines Matching refs:expect_prefer_sockets

126     CpuTopology expect_prefer_sockets;  member
142 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(1, 1, 1, 1, 1),
149 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 8, 1, 1, 8),
155 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(2, 2, 1, 1, 2),
161 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(4, 1, 4, 1, 4),
167 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(2, 1, 1, 2, 2),
174 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 16, 1, 1, 16),
180 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
186 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
193 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 4, 1, 2, 8),
200 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 16, 1, 1, 16),
206 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
212 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(4, 2, 1, 2, 4),
218 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 2, 8, 1, 16),
224 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 1, 4, 2, 8),
230 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 4, 4, 1, 16),
237 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 8, 1, 2, 16),
243 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
249 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 2, 2, 8),
255 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 8, 1, 16),
261 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 1, 4, 2, 8),
267 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 4, 4, 1, 16),
274 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 8, 1, 2, 16),
280 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
286 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
292 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
298 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
304 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
310 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 2, 16),
316 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 2, 16),
322 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 2, 16),
328 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
334 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 4, 2, 16),
344 .expect_prefer_sockets = CPU_TOPOLOGY_GENERIC(8, 2, 2, 2, 8),
890 check_parse(ms, &data->config, &data->expect_prefer_sockets, in smp_parse_test()
902 data->expect_prefer_sockets.modules = 1; in unsupported_params_init()
907 data->expect_prefer_sockets.dies = 1; in unsupported_params_init()
912 data->expect_prefer_sockets.clusters = 1; in unsupported_params_init()
917 data->expect_prefer_sockets.books = 1; in unsupported_params_init()
922 data->expect_prefer_sockets.drawers = 1; in unsupported_params_init()
1061 data.expect_prefer_sockets.modules = 1; in test_with_modules()
1076 data.expect_prefer_sockets.modules = num_modules; in test_with_modules()
1077 data.expect_prefer_sockets.cpus *= num_modules; in test_with_modules()
1078 data.expect_prefer_sockets.max_cpus *= num_modules; in test_with_modules()
1111 data.expect_prefer_sockets.dies = 1; in test_with_dies()
1126 data.expect_prefer_sockets.dies = num_dies; in test_with_dies()
1127 data.expect_prefer_sockets.cpus *= num_dies; in test_with_dies()
1128 data.expect_prefer_sockets.max_cpus *= num_dies; in test_with_dies()
1164 data.expect_prefer_sockets.modules = 1; in test_with_modules_dies()
1165 data.expect_prefer_sockets.dies = 1; in test_with_modules_dies()
1184 data.expect_prefer_sockets.modules = num_modules; in test_with_modules_dies()
1185 data.expect_prefer_sockets.dies = num_dies; in test_with_modules_dies()
1186 data.expect_prefer_sockets.cpus *= num_modules * num_dies; in test_with_modules_dies()
1187 data.expect_prefer_sockets.max_cpus *= num_modules * num_dies; in test_with_modules_dies()
1222 data.expect_prefer_sockets.clusters = 1; in test_with_clusters()
1237 data.expect_prefer_sockets.clusters = num_clusters; in test_with_clusters()
1238 data.expect_prefer_sockets.cpus *= num_clusters; in test_with_clusters()
1239 data.expect_prefer_sockets.max_cpus *= num_clusters; in test_with_clusters()
1272 data.expect_prefer_sockets.books = 1; 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()
1322 data.expect_prefer_sockets.drawers = 1; in test_with_drawers()
1337 data.expect_prefer_sockets.drawers = num_drawers; in test_with_drawers()
1338 data.expect_prefer_sockets.cpus *= num_drawers; in test_with_drawers()
1339 data.expect_prefer_sockets.max_cpus *= num_drawers; in test_with_drawers()
1375 data.expect_prefer_sockets.drawers = 1; in test_with_drawers_books()
1376 data.expect_prefer_sockets.books = 1; in test_with_drawers_books()
1395 data.expect_prefer_sockets.drawers = num_drawers; in test_with_drawers_books()
1396 data.expect_prefer_sockets.books = num_books; in test_with_drawers_books()
1397 data.expect_prefer_sockets.cpus *= num_drawers * num_books; in test_with_drawers_books()
1398 data.expect_prefer_sockets.max_cpus *= num_drawers * num_books; in test_with_drawers_books()
1443 data.expect_prefer_sockets.drawers = 1; in test_full_topo()
1444 data.expect_prefer_sockets.books = 1; in test_full_topo()
1445 data.expect_prefer_sockets.dies = 1; in test_full_topo()
1446 data.expect_prefer_sockets.clusters = 1; in test_full_topo()
1447 data.expect_prefer_sockets.modules = 1; in test_full_topo()
1478 data.expect_prefer_sockets.drawers = drawers; in test_full_topo()
1479 data.expect_prefer_sockets.books = books; in test_full_topo()
1480 data.expect_prefer_sockets.dies = dies; in test_full_topo()
1481 data.expect_prefer_sockets.clusters = clusters; in test_full_topo()
1482 data.expect_prefer_sockets.modules = modules; in test_full_topo()
1483 data.expect_prefer_sockets.cpus *= multiplier; in test_full_topo()
1484 data.expect_prefer_sockets.max_cpus *= multiplier; in test_full_topo()