Lines Matching refs:enqueued

410 	 * enqueued) or force our parent to appear after us when it is
411 * enqueued. The fact that we always enqueue bottom-up
496 /* Do the two (enqueued) entities belong to the same group ? */
1326 * Task is being enqueued - update stats:
3296 * without p->mm even though we still had it when we enqueued this
4799 return max(ue.ewma, (ue.enqueued & ~UTIL_AVG_UNCHANGED));
4842 unsigned int enqueued;
4848 enqueued = cfs_rq->avg.util_est.enqueued;
4849 enqueued += _task_util_est(p);
4850 WRITE_ONCE(cfs_rq->avg.util_est.enqueued, enqueued);
4858 unsigned int enqueued;
4864 enqueued = cfs_rq->avg.util_est.enqueued;
4865 enqueued -= min_t(unsigned int, enqueued, _task_util_est(p));
4866 WRITE_ONCE(cfs_rq->avg.util_est.enqueued, enqueued);
4908 if (ue.enqueued & UTIL_AVG_UNCHANGED)
4911 last_enqueued_diff = ue.enqueued;
4917 ue.enqueued = task_util(p);
4919 if (ue.ewma < ue.enqueued) {
4920 ue.ewma = ue.enqueued;
4929 last_ewma_diff = ue.enqueued - ue.ewma;
4930 last_enqueued_diff -= ue.enqueued;
4950 * as ue.enqueued and by using this value to update the Exponential
4966 ue.enqueued |= UTIL_AVG_UNCHANGED;
5449 * Any task has to be enqueued before it get to execute on
6016 /* Already enqueued */
6722 /* Runqueue only has SCHED_IDLE tasks enqueued */
6972 * The load of a CPU is defined by the load of tasks currently enqueued on that
7791 util_est = READ_ONCE(cfs_rq->avg.util_est.enqueued);
7794 * During wake-up @p isn't enqueued yet and doesn't contribute
7795 * to any cpu_rq(cpu)->cfs.avg.util_est.enqueued.
7797 * has been enqueued.
7799 * During exec (@dst_cpu = -1) @p is enqueued and does
7800 * contribute to cpu_rq(cpu)->cfs.util_est.enqueued.
7846 * enqueued on that CPU as well as tasks which are currently sleeping after an
12667 * Return 0; the task will be enqueued when switching to idle.
12752 * have been enqueued in the meantime. Since we're not going idle,