Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_amp_common.c443 uint32_t pcluster_count = pcount ? 1 : 0; in sched_amp_qos_max_parallelism() local
450 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? pcluster_count : pcount; in sched_amp_qos_max_parallelism()
464 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()
471 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()
474 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()
H A Dsched_clutch.c4976 uint32_t pcluster_count = 0; in sched_edge_qos_max_parallelism() local
4982 pcluster_count++; in sched_edge_qos_max_parallelism()
4994 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? pcluster_count : pcpu_count; in sched_edge_qos_max_parallelism()
5011 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_edge_qos_max_parallelism()