Searched refs:expect_topo (Results 1 – 1 of 1) sorted by relevance
782 const CpuTopology *expect_topo, const char *expect_err, in check_parse() argument793 cpu_topology_get_threads_per_socket(expect_topo); in check_parse()795 cpu_topology_get_cores_per_socket(expect_topo); in check_parse()796 expect_topo_str = cpu_topology_to_string(expect_topo, in check_parse()814 (ms->smp.cpus == expect_topo->cpus) && in check_parse()815 (ms->smp.drawers == expect_topo->drawers) && in check_parse()816 (ms->smp.books == expect_topo->books) && in check_parse()817 (ms->smp.sockets == expect_topo->sockets) && in check_parse()818 (ms->smp.dies == expect_topo->dies) && in check_parse()819 (ms->smp.clusters == expect_topo->clusters) && in check_parse()[all …]