Searched refs:total_cpus (Results 1 – 1 of 1) sorted by relevance
103 int total_cpus = 0; in clutch_impl_init_topology() local105 assert((total_cpus + hw_topology.psets[i].num_cpus) <= MAX_CPUS); in clutch_impl_init_topology()113 psets[i]->cpu_set_low = total_cpus; in clutch_impl_init_topology()116 for (int c = total_cpus; c < total_cpus + hw_topology.psets[i].num_cpus; c++) { in clutch_impl_init_topology()129 total_cpus += hw_topology.psets[i].num_cpus; in clutch_impl_init_topology()131 processor_avail_count = total_cpus; in clutch_impl_init_topology()