Lines Matching refs:expect_prefer_cores

127     CpuTopology expect_prefer_cores;  member
143 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(1, 1, 1, 1, 1),
150 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 1, 8, 1, 8),
156 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(2, 2, 1, 1, 2),
162 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(4, 1, 4, 1, 4),
168 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(2, 1, 1, 2, 2),
175 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 1, 16, 1, 16),
181 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
187 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
194 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 1, 4, 2, 8),
201 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 1, 16, 1, 16),
207 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
213 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(4, 2, 1, 2, 4),
219 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 2, 8, 1, 16),
225 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 1, 4, 2, 8),
231 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 4, 4, 1, 16),
238 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 1, 8, 2, 16),
244 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
250 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 2, 2, 8),
256 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 8, 1, 16),
262 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 1, 4, 2, 8),
268 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 4, 4, 1, 16),
275 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 1, 8, 2, 16),
281 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
287 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
293 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
299 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
305 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 1, 8),
311 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 2, 16),
317 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 2, 16),
323 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 2, 16),
329 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(16, 2, 4, 2, 16),
335 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 4, 2, 16),
345 .expect_prefer_cores = CPU_TOPOLOGY_GENERIC(8, 2, 2, 2, 8),
894 check_parse(ms, &data->config, &data->expect_prefer_cores, in smp_parse_test()
903 data->expect_prefer_cores.modules = 1; in unsupported_params_init()
908 data->expect_prefer_cores.dies = 1; in unsupported_params_init()
913 data->expect_prefer_cores.clusters = 1; in unsupported_params_init()
918 data->expect_prefer_cores.books = 1; in unsupported_params_init()
923 data->expect_prefer_cores.drawers = 1; in unsupported_params_init()
1062 data.expect_prefer_cores.modules = 1; in test_with_modules()
1079 data.expect_prefer_cores.modules = num_modules; in test_with_modules()
1080 data.expect_prefer_cores.cpus *= num_modules; in test_with_modules()
1081 data.expect_prefer_cores.max_cpus *= num_modules; in test_with_modules()
1112 data.expect_prefer_cores.dies = 1; in test_with_dies()
1129 data.expect_prefer_cores.dies = num_dies; in test_with_dies()
1130 data.expect_prefer_cores.cpus *= num_dies; in test_with_dies()
1131 data.expect_prefer_cores.max_cpus *= num_dies; in test_with_dies()
1166 data.expect_prefer_cores.modules = 1; in test_with_modules_dies()
1167 data.expect_prefer_cores.dies = 1; in test_with_modules_dies()
1189 data.expect_prefer_cores.modules = num_modules; in test_with_modules_dies()
1190 data.expect_prefer_cores.dies = num_dies; in test_with_modules_dies()
1191 data.expect_prefer_cores.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()
1223 data.expect_prefer_cores.clusters = 1; in test_with_clusters()
1240 data.expect_prefer_cores.clusters = num_clusters; in test_with_clusters()
1241 data.expect_prefer_cores.cpus *= num_clusters; in test_with_clusters()
1242 data.expect_prefer_cores.max_cpus *= num_clusters; in test_with_clusters()
1273 data.expect_prefer_cores.books = 1; 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()
1323 data.expect_prefer_cores.drawers = 1; in test_with_drawers()
1340 data.expect_prefer_cores.drawers = num_drawers; in test_with_drawers()
1341 data.expect_prefer_cores.cpus *= num_drawers; in test_with_drawers()
1342 data.expect_prefer_cores.max_cpus *= num_drawers; in test_with_drawers()
1377 data.expect_prefer_cores.drawers = 1; in test_with_drawers_books()
1378 data.expect_prefer_cores.books = 1; in test_with_drawers_books()
1400 data.expect_prefer_cores.drawers = num_drawers; in test_with_drawers_books()
1401 data.expect_prefer_cores.books = num_books; in test_with_drawers_books()
1402 data.expect_prefer_cores.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()
1448 data.expect_prefer_cores.drawers = 1; in test_full_topo()
1449 data.expect_prefer_cores.books = 1; in test_full_topo()
1450 data.expect_prefer_cores.dies = 1; in test_full_topo()
1451 data.expect_prefer_cores.clusters = 1; in test_full_topo()
1452 data.expect_prefer_cores.modules = 1; in test_full_topo()
1486 data.expect_prefer_cores.drawers = drawers; in test_full_topo()
1487 data.expect_prefer_cores.books = books; in test_full_topo()
1488 data.expect_prefer_cores.dies = dies; in test_full_topo()
1489 data.expect_prefer_cores.clusters = clusters; in test_full_topo()
1490 data.expect_prefer_cores.modules = modules; in test_full_topo()
1491 data.expect_prefer_cores.cpus *= multiplier; in test_full_topo()
1492 data.expect_prefer_cores.max_cpus *= multiplier; in test_full_topo()