Searched refs:ecpu_count (Results 1 – 1 of 1) sorted by relevance
5325 uint32_t ecpu_count = ml_get_cpu_number_type(CLUSTER_TYPE_E, false, false); in sched_edge_qos_max_parallelism() local5351 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? ecluster_count : ecpu_count; in sched_edge_qos_max_parallelism()5353 …RALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecpu_count + pcpu_count); in sched_edge_qos_max_parallelism()