Searched refs:pcpu_count (Results 1 – 1 of 1) sorted by relevance
4973 uint32_t pcpu_count = 0; in sched_edge_qos_max_parallelism() local4980 pcpu_count += pset->cpu_set_count; in sched_edge_qos_max_parallelism()4993 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? pcluster_count : pcpu_count; in sched_edge_qos_max_parallelism()5010 …RALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecpu_count + pcpu_count); in sched_edge_qos_max_parallelism()