Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dsched_clutch.c4971 uint32_t pcpu_count = ml_get_cpu_number_type(CLUSTER_TYPE_P, false, false); in sched_edge_qos_max_parallelism() local
4980 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? pcluster_count : pcpu_count; in sched_edge_qos_max_parallelism()
4997 …RALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecpu_count + pcpu_count); in sched_edge_qos_max_parallelism()