Home
last modified time | relevance | path

Searched refs:ecpu_count (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.c4973 uint32_t ecpu_count = 0; in sched_edge_qos_max_parallelism() local
4984 ecpu_count += pset->cpu_set_count; in sched_edge_qos_max_parallelism()
5009 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecpu_count; in sched_edge_qos_max_parallelism()
5011 …RALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecpu_count + pcpu_count); in sched_edge_qos_max_parallelism()