Lines Matching refs:estimated
4087 /* Update root cfs_rq's estimated utilization */
4103 /* Update root cfs_rq's estimated utilization */
4136 * Skip update of task's estimated utilization when the task has not
4167 * Skip update of task's estimated utilization when its members are
4189 * Update Task's estimated utilization
5802 * Let's add the task's estimated utilization to the cfs_rq's
5803 * estimated utilization, before we update schedutil.
6674 * Amount of capacity of a CPU that is (estimated to be) used by CFS tasks
6690 * The estimated utilization of a CPU is defined to be the maximum between its
6691 * cfs_rq.avg.util_avg and the sum of the estimated utilization of the tasks
6709 * Return: the (estimated) utilization for the specified CPU
6805 * covered by the following code when estimated utilization is
6809 unsigned int estimated = READ_ONCE(cfs_rq->avg.util_est.enqueued);
6829 lsub_positive(&estimated, _task_util_est(p));
6832 util = max(util, estimated);
6836 * Utilization (estimated) can exceed the CPU capacity, thus let's