Home
last modified time | relevance | path

Searched refs:enqueued (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c354 * enqueued) or force our parent to appear after us when it is in list_add_leaf_cfs_rq()
355 * enqueued. The fact that we always enqueue bottom-up in list_add_leaf_cfs_rq()
437 /* Do the two (enqueued) entities belong to the same group ? */
1053 * Task is being enqueued - update stats:
2844 * without p->mm even though we still had it when we enqueued this in task_numa_work()
4046 return max(ue.ewma, (ue.enqueued & ~UTIL_AVG_UNCHANGED)); in _task_util_est()
4081 unsigned int enqueued; in util_est_enqueue() local
4088 enqueued = cfs_rq->avg.util_est.enqueued; in util_est_enqueue()
4089 enqueued in util_est_enqueue()
4097 unsigned int enqueued; util_est_dequeue() local
[all...]
H A Dsched.h2666 util = max_t(unsigned long, util, READ_ONCE(rq->cfs.avg.util_est.enqueued)); in cpu_util_cfs()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h379 * @enqueued: instantaneous estimated utilization of a task/cpu
389 * The enqueued attribute has a slightly different meaning for tasks and cpus:
391 * - cfs_rq: the sum of util_est.enqueued for each RUNNABLE task on that CPU
392 * Thus, the util_est.enqueued of a task represents the contribution on the
393 * estimated utilization of the CPU where that task is currently enqueued.
402 * This information is mapped into the MSB bit of util_est.enqueued at dequeue
403 * time. Since max value of util_est.enqueued for a task is 1024 (PELT util_avg
407 unsigned int enqueued; member

Completed in 18 milliseconds