Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_amp_common.c441 uint32_t ecluster_count = ecount ? 1 : 0; in sched_amp_qos_max_parallelism() local
461 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecount; in sched_amp_qos_max_parallelism()
463 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()
468 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecount; in sched_amp_qos_max_parallelism()
470 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()
473 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()
H A Dsched_clutch.c4974 uint32_t ecluster_count = 0; in sched_edge_qos_max_parallelism() local
4984 ecluster_count++; in sched_edge_qos_max_parallelism()
5008 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecpu_count; in sched_edge_qos_max_parallelism()
5010 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_edge_qos_max_parallelism()