Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dpelt.c279 if (___update_load_sum(now, &se->avg, !!se->on_rq, !!se->on_rq, in __update_load_avg_se()
Dfair.c538 if (curr->on_rq) in update_min_vruntime()
694 u64 slice = __sched_period(cfs_rq->nr_running + !se->on_rq); in sched_slice()
703 if (unlikely(!se->on_rq)) { in sched_slice()
2879 if (se->on_rq) { in reweight_entity()
2902 if (se->on_rq) { in reweight_entity()
3371 if (se->on_rq) { in update_tg_cfs_runnable()
4005 se->on_rq = 1; in enqueue_entity()
4085 se->on_rq = 0; in dequeue_entity()
4156 if (se->on_rq) { in set_next_entity()
4254 if (prev->on_rq) in put_prev_entity()
[all …]
Dcore.c1324 p->on_rq = TASK_ON_RQ_QUEUED; in activate_task()
1329 p->on_rq = (flags & DEQUEUE_SLEEP) ? 0 : TASK_ON_RQ_MIGRATING; in deactivate_task()
1493 WRITE_ONCE(p->on_rq, TASK_ON_RQ_MIGRATING); in move_queued_task()
1503 p->on_rq = TASK_ON_RQ_QUEUED; in move_queued_task()
1714 !p->on_rq); in set_task_cpu()
1723 (p->on_rq && !task_on_rq_migrating(p))); in set_task_cpu()
2583 if (p->on_rq && ttwu_remote(p, wake_flags)) in try_to_wake_up()
2684 p->on_rq = 0; in __sched_fork()
2686 p->se.on_rq = 0; in __sched_fork()
2711 p->rt.on_rq = 0; in __sched_fork()
[all …]
Drt.c437 return rt_se->on_rq; in on_rt_rq()
1260 rt_se->on_rq = 1; in __enqueue_rt_entity()
1274 rt_se->on_rq = 0; in __dequeue_rt_entity()
Dsched.h1633 return p->on_rq == TASK_ON_RQ_QUEUED; in task_on_rq_queued()
1638 return READ_ONCE(p->on_rq) == TASK_ON_RQ_MIGRATING; in task_on_rq_migrating()
Ddeadline.c1508 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & ENQUEUE_RESTORE) { in enqueue_task_dl()
1549 if (p->on_rq == TASK_ON_RQ_MIGRATING || flags & DEQUEUE_SAVE) { in dequeue_task_dl()
/Linux-v5.4/kernel/rcu/
Dupdate.c605 !READ_ONCE(t->on_rq) || in check_holdout_task()
694 if (t != current && READ_ONCE(t->on_rq) && in rcu_tasks_kthread()
/Linux-v5.4/include/linux/
Dsched.h450 unsigned int on_rq; member
486 unsigned short on_rq; member
668 int on_rq; member
/Linux-v5.4/kernel/trace/
Dtrace_selftest.c1117 while (p->on_rq) { in trace_selftest_startup_wakeup()