Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c372 if (task_on_rq_queued(p)) in dl_change_utilization()
1337 if (!task_on_rq_queued(p)) { in dl_task_timer()
2656 !task_on_rq_queued(task))) { in find_lock_later_rq()
2692 WARN_ON_ONCE(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
2836 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
3008 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
3017 if (!task_on_rq_queued(p)) { in switched_from_dl()
3042 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
3063 if (!task_on_rq_queued(p)) { in switched_to_dl()
3090 if (!task_on_rq_queued(p)) in prio_changed_dl()
H A Dcore_sched.c79 if (cookie && task_on_rq_queued(p)) in sched_core_update_cookie()
H A Dcore.c1312 if (!task_on_rq_queued(p)) in __need_bw_check()
2043 return task_on_rq_queued(p); in sched_task_on_rq()
2199 if (task_on_rq_queued(donor) && test_tsk_need_resched(rq->curr)) in wakeup_preempt()
2283 queued = task_on_rq_queued(p); in wait_task_inactive()
2590 if (task_on_rq_queued(p)) { in migration_cpu_stop()
2734 queued = task_on_rq_queued(p); in __do_set_cpus_allowed()
3029 if (task_on_rq_queued(p)) in affine_move_task()
3352 if (task_on_rq_queued(p)) { in __migrate_swap_task()
3791 if (task_on_rq_queued(p)) { in ttwu_runnable()
5560 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
[all …]
H A Dsyscalls.c93 queued = task_on_rq_queued(p); in set_user_nice()
705 queued = task_on_rq_queued(p); in __sched_setscheduler()
H A Dfair.c8040 else if (p && unlikely(task_on_rq_queued(p) || current == p)) in cpu_util()
10610 if (task_on_rq_queued(p)) in task_running_on_cpu()
13120 if (!task_on_rq_queued(p)) in prio_changed_fair()
13232 if (task_on_rq_queued(p)) { in switched_to_fair()
13250 if (task_on_rq_queued(p)) { in __set_next_task_fair()