Searched refs:total_cpus (Results 1 – 8 of 8) sorted by relevance
25 .total_cpus = 0,49 return (unsigned int)curr_hw_topo.total_cpus; in ml_get_cpu_count()97 .total_cpus = 1,137 int total_cpus = 0; in clutch_impl_init_topology() local139 assert((total_cpus + hw_topology.psets[i].num_cpus) <= MAX_CPUS); in clutch_impl_init_topology()158 for (int c = total_cpus; c < total_cpus + hw_topology.psets[i].num_cpus; c++) { in clutch_impl_init_topology()171 total_cpus += hw_topology.psets[i].num_cpus; in clutch_impl_init_topology()173 processor_avail_count = total_cpus; in clutch_impl_init_topology()
81 .total_cpus = 6,125 .total_cpus = 20,151 mock_topology_info.num_cpus = curr_hw_topo.total_cpus; in edge_impl_init_runqueues()
28 int total_cpus; member
18 assert(hw_topology.num_psets > 0 && hw_topology.total_cpus > 0); in init_migration_harness()
87 T_QUIET; T_ASSERT_LT(cpu_id, topo.total_cpus, "cpu id out of bounds"); in cpu_id_to_pset_id()
89 test_thread_t earlier_threads[topo.total_cpus] = {};90 for (int i = 0; i < topo.total_cpus; i++) {141 for (int i = 0; i < topo.total_cpus; i++) {248 for (int c = 0; c < topo.total_cpus; c++) {286 for (int i = 0; i < get_hw_topology().total_cpus; i++) { in fill_all_cpus_with_realtime_threads()366 for (int target_cpu = 0; target_cpu < topo.total_cpus; target_cpu++) {368 for (int idle_cpu = 0; idle_cpu < topo.total_cpus; idle_cpu++) {
307 for (int c = 0; c < topo.total_cpus; c++) {354 for (int c = 0; c < topo.total_cpus; c++) {418 .total_cpus = 8,713 .total_cpus = 2,850 for (int c = 0; c < topo.total_cpus; c++) {864 for (int c = 0; c < topo.total_cpus; c++) {
6323 uint32_t total_cpus = ml_get_cpu_count(); in sched_edge_qos_max_parallelism() local6325 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? total_clusters : total_cpus; in sched_edge_qos_max_parallelism()