Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dupdate.c555 !ACCESS_ONCE(t->on_rq) || in check_holdout_task()
642 if (t != current && ACCESS_ONCE(t->on_rq) && in rcu_tasks_kthread()
/linux-4.1.27/kernel/sched/
Dfair.c638 u64 slice = __sched_period(cfs_rq->nr_running + !se->on_rq); in sched_slice()
647 if (unlikely(!se->on_rq)) { in sched_slice()
2364 if (se->on_rq) { in reweight_entity()
2373 if (se->on_rq) in reweight_entity()
2796 if (!__update_entity_runnable_avg(now, cpu, &se->avg, se->on_rq, in update_entity_load_avg()
2806 if (se->on_rq) { in update_entity_load_avg()
3091 se->on_rq = 1; in enqueue_entity()
3173 se->on_rq = 0; in dequeue_entity()
3235 if (se->on_rq) { in set_next_entity()
3331 if (prev->on_rq) in put_prev_entity()
[all …]
Dsched.h1034 return p->on_rq == TASK_ON_RQ_QUEUED; in task_on_rq_queued()
1039 return p->on_rq == TASK_ON_RQ_MIGRATING; in task_on_rq_migrating()
1221 void (*task_move_group) (struct task_struct *p, int on_rq);
Dcore.c1028 !p->on_rq); in set_task_cpu()
1451 p->on_rq = TASK_ON_RQ_QUEUED; in ttwu_activate()
1675 if (p->on_rq && ttwu_remote(p, wake_flags)) in try_to_wake_up()
1798 p->on_rq = 0; in __sched_fork()
1800 p->se.on_rq = 0; in __sched_fork()
2096 p->on_rq = TASK_ON_RQ_QUEUED; in wake_up_new_task()
2774 prev->on_rq = 0; in __schedule()
4630 idle->on_rq = TASK_ON_RQ_QUEUED; in init_idle()
4741 p->on_rq = TASK_ON_RQ_MIGRATING; in move_queued_task()
4749 p->on_rq = TASK_ON_RQ_QUEUED; in move_queued_task()
/linux-4.1.27/kernel/
Dcpu.c307 if (!p->on_rq) in check_for_tasks()
/linux-4.1.27/kernel/trace/
Dtrace_selftest.c1108 while (p->on_rq) { in trace_selftest_startup_wakeup()
/linux-4.1.27/include/linux/
Dsched.h1184 unsigned int on_rq; member
1309 int on_rq; member