Home
last modified time | relevance | path

Searched refs:on_rq (Results 1 – 7 of 7) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dpelt.c350 if (___update_load_sum(now, &se->avg, !!se->on_rq, se_runnable(se), cfs_rq->curr == se)) { in __update_load_avg_se()
Dcore.c1748 p->on_rq = TASK_ON_RQ_QUEUED; in activate_task()
1753 p->on_rq = (flags & DEQUEUE_SLEEP) ? 0 : TASK_ON_RQ_MIGRATING; in deactivate_task()
2170 !p->on_rq); in set_task_cpu()
2179 (p->on_rq && !task_on_rq_migrating(p))); in set_task_cpu()
3222 if (READ_ONCE(p->on_rq) && ttwu_runnable(p, wake_flags)) { in try_to_wake_up()
3352 if (p->on_rq) { in try_invoke_on_locked_down_task()
3365 if (!p->on_rq) { in try_invoke_on_locked_down_task()
3404 p->on_rq = 0; in __sched_fork()
3406 p->se.on_rq = 0; in __sched_fork()
3431 p->rt.on_rq = 0; in __sched_fork()
[all …]
Dfair.c583 if (curr->on_rq) { in update_min_vruntime()
749 slice = fair_sched_period(nr_running + !se->on_rq); in sched_slice()
758 if (unlikely(!se->on_rq)) { in sched_slice()
3207 if (se->on_rq) { in reweight_entity()
3227 if (se->on_rq) { in reweight_entity()
4464 se->on_rq = 1; in enqueue_entity()
4558 se->on_rq = 0; in dequeue_entity()
4632 if (se->on_rq) { in set_next_entity()
4729 if (prev->on_rq) { in put_prev_entity()
4738 if (prev->on_rq) { in put_prev_entity()
[all …]
Dsched.h808 return !!se->on_rq; in se_runnable()
823 return !!se->on_rq; in se_runnable()
1806 return p->on_rq == TASK_ON_RQ_QUEUED; in task_on_rq_queued()
1811 return READ_ONCE(p->on_rq) == TASK_ON_RQ_MIGRATING; in task_on_rq_migrating()
Drt.c466 return rt_se->on_rq; in on_rt_rq()
1380 rt_se->on_rq = 1; in __enqueue_rt_entity()
1394 rt_se->on_rq = 0; in __dequeue_rt_entity()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dsched.h511 unsigned int on_rq; member
603 unsigned short on_rq; member
793 int on_rq; member
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch76059 p->on_rq = TASK_ON_RQ_QUEUED;
76066 p->on_rq = (flags & DEQUEUE_SLEEP) ? 0 : TASK_ON_RQ_MIGRATING;