Searched refs:cpu_count (Results 1 – 12 of 12) sorted by relevance
302 if (softs->hint.cpu_count > softs->num_cpus_online) { in bsd_set_hint_adapter_cpu_config()308 softs->num_cpus_online = softs->hint.cpu_count; in bsd_set_hint_adapter_cpu_config()
487 softs->hint.cpu_count = value; in smartpqi_read_all_device_hint_file_entries()
1134 uint32_t cpu_count; member
431 if ((sysinfo.cpu_count == 0) && in prusage()433 sysinfo.cpu_count = 1; in prusage()434 i = (ms == 0) ? 0 : (t * 1000.0 / (ms * sysinfo.cpu_count)); in prusage()
138 result[2] = sysinfo.cpu_count + '0';145 result[3] = sysinfo.cpu_count + '0';152 result[3] = sysinfo.cpu_count + '0';159 result[3] = sysinfo.cpu_count + '0';
61 int cpu_count; member
1243 KASSERT(CPU_EMPTY(&node->cpuset) && node->cpu_count == 0, in topo_set_pu_id()1247 node->cpu_count = 1; in topo_set_pu_id()1254 node->cpu_count++; in topo_set_pu_id()
596 msgs = min(sc->max_msix_vectors, sc->cpu_count); in mpi3mr_alloc_interrupts()603 sc->cpu_count, msgs); in mpi3mr_alloc_interrupts()
548 int cpu_count; member
2719 sc->cpu_count = mp_ncpus; in mpi3mr_initialize_ioc()
843 cg_root->cg_count = root->cpu_count; in x86topo_add_sched_group()871 root->cpu_count > 1 && ncores < 2) in x86topo_add_sched_group()925 if (nchildren == root->cpu_count) in x86topo_add_sched_group()
1874 size_t cpu_count; in vgic_v3_attach_to_vm() local1899 cpu_count = descr->v3_regs.redist_size / in vgic_v3_attach_to_vm()1901 if (cpu_count > vm_get_maxcpus(vm)) in vgic_v3_attach_to_vm()