Searched refs:pcount (Results 1 – 3 of 3) sorted by relevance
473 uint32_t pcount = pcore_set ? pcore_set->cpu_set_count : 0; in sched_amp_qos_max_parallelism() local480 uint32_t pcluster_count = pcount ? 1 : 0; in sched_amp_qos_max_parallelism()487 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? pcluster_count : pcount; in sched_amp_qos_max_parallelism()501 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()508 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()511 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()
527 unsigned int pcount = processor_count; in host_statistics() local529 for (unsigned int i = 0; i < pcount; i++) { in host_statistics()1196 unsigned int pcount; in host_processor_info() local1210 pcount = processor_count; in host_processor_info()1211 assert(pcount != 0); in host_processor_info()1213 needed = pcount * icount * sizeof(natural_t); in host_processor_info()1222 for (unsigned int i = 0; i < pcount; i++) { in host_processor_info()1246 *out_pcount = pcount; in host_processor_info()1248 *out_array_count = pcount * icount; in host_processor_info()
130 COPY(pcount);