Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_amp_common.c442 uint32_t ecluster_count = ecount ? 1 : 0; in sched_amp_qos_max_parallelism() local
462 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecount; in sched_amp_qos_max_parallelism()
464 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_amp_qos_max_parallelism()
469 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecount; 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.c4975 uint32_t ecluster_count = 0; in sched_edge_qos_max_parallelism() local
4985 ecluster_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 …return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (… in sched_edge_qos_max_parallelism()