Searched refs:pcluster_count (Results 1 – 2 of 2) sorted by relevance
443 uint32_t pcluster_count = pcount ? 1 : 0; in sched_amp_qos_max_parallelism() local450 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()
4976 uint32_t pcluster_count = 0; in sched_edge_qos_max_parallelism() local4982 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()