Searched refs:cpu_count (Results 1 – 6 of 6) sorted by relevance
31 static u_int cpu_count; variable136 cpu_freq = (cpu_freq * cpu_count + freq) / (cpu_count + 1); in cpu_identify()137 cpu_count++; in cpu_identify()
435 if ((sysinfo.cpu_count == 0) && in prusage()437 sysinfo.cpu_count = 1; in prusage()438 i = (ms == 0) ? 0 : (t * 1000.0 / (ms * sysinfo.cpu_count)); in prusage()
141 result[2] = sysinfo.cpu_count + '0';148 result[3] = sysinfo.cpu_count + '0';155 result[3] = sysinfo.cpu_count + '0';162 result[3] = sysinfo.cpu_count + '0';
63 int cpu_count; member
1049 KASSERT(CPU_EMPTY(&node->cpuset) && node->cpu_count == 0, in topo_set_pu_id()1053 node->cpu_count = 1; in topo_set_pu_id()1060 node->cpu_count++; in topo_set_pu_id()
762 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group()786 root->cpu_count > 1 && ncores < 2) in x86topo_add_sched_group()