Lines Matching refs:preferred
191 …ment, the Edge scheduler allows the performance controller to specify a preferred cluster per QoS …
193 …preferred cluster recommendation of the sched\_clutch\_bucket_group it belongs to and uses that as…
195 …preferred cluster for a sched\_clutch\_bucket\_group, the Edge scheduler also provides an option t…
199 …preferred cluster for the thread's sched\_clutch\_bucket_group. If the preferred cluster is idle o…
234 * On thread becoming runnable, get the scheduling latency metric for the thread's QoS and preferred…
235 * If preferred cluster scheduling latency is 0, return preferred cluster
236 * Otherwise, for each cluster which is not the preferred cluster,
239 * Otherwise, calulate the scheduling latency delta between the cluster and the preferred cluster
240 * If delta is less than the edge weight between preferred cluster and cluster, continue
253 … clutch buckets are enqueued on a cluster which are asymmetric from the preferred cluster of the t…
266 …not runnable or executing on cluster types which are different from its preferred cluster type. If…
283 This policy distributes threads so that the threads first fill up all the capacity on the preferred…
287 …preferred cluster (most likely due to migration/spilling from the preferred cluster). The schedule…