Home
last modified time | relevance | path

Searched refs:task_on_rq_queued (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/sched/
H A Ddeadline.c346 if (task_on_rq_queued(p)) in dl_change_utilization()
1277 if (!task_on_rq_queued(p)) { in dl_task_timer()
2609 !task_on_rq_queued(task))) { in find_lock_later_rq()
2645 WARN_ON_ONCE(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
2789 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
2970 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
2979 if (!task_on_rq_queued(p)) { in switched_from_dl()
3004 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
3025 if (!task_on_rq_queued(p)) { in switched_to_dl()
3050 if (!task_on_rq_queued( in prio_changed_dl()
[all...]
H A Dcore_sched.c81 if (cookie && task_on_rq_queued(p)) in sched_core_update_cookie()
H A Drt.c1863 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2295 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2390 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2427 if (task_on_rq_queued(p)) { in switched_to_rt()
2442 if (!task_on_rq_queued(p)) in prio_changed_rt()
H A Dsyscalls.c93 queued = task_on_rq_queued(p); in set_user_nice()
701 queued = task_on_rq_queued(p); in __sched_setscheduler()
H A Dsched.h2275 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
2535 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
H A Dfair.c7934 * Despite the task_on_rq_queued(@p) check there is still a in cpu_util()
7952 else if (p && unlikely(task_on_rq_queued(p) || current == p)) in cpu_util()
10536 if (task_on_rq_queued(p)) in task_running_on_cpu()
13057 if (!task_on_rq_queued(p)) in prio_changed_fair()
13167 if (task_on_rq_queued(p)) { in switched_to_fair()
13184 if (task_on_rq_queued(p)) { in __set_next_task_fair()