Home
last modified time | relevance | path

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

/linux-6.15/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()
2654 !task_on_rq_queued(task))) { in find_lock_later_rq()
2690 WARN_ON_ONCE(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
2834 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
3010 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
3019 if (!task_on_rq_queued(p)) { in switched_from_dl()
3044 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
3065 if (!task_on_rq_queued(p)) { in switched_to_dl()
3092 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 Drt.c1927 !task_on_rq_queued(task))) { in find_lock_lowest_rq()
1962 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2335 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2430 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2468 if (task_on_rq_queued(p)) { in switched_to_rt()
2485 if (!task_on_rq_queued(p)) in prio_changed_rt()
H A Dcore.c1317 if (!task_on_rq_queued(p)) in __need_bw_check()
2048 return task_on_rq_queued(p); in sched_task_on_rq()
2288 queued = task_on_rq_queued(p); in wait_task_inactive()
2595 if (task_on_rq_queued(p)) { in migration_cpu_stop()
2739 queued = task_on_rq_queued(p); in __do_set_cpus_allowed()
3034 if (task_on_rq_queued(p)) in affine_move_task()
3355 if (task_on_rq_queued(p)) { in __migrate_swap_task()
3794 if (task_on_rq_queued(p)) { in ttwu_runnable()
7228 queued = task_on_rq_queued(p); in rt_mutex_setprio()
7973 queued = task_on_rq_queued(p); in sched_setnuma()
[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 Dsched.h2264 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
2532 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
H A Dfair.c8053 else if (p && unlikely(task_on_rq_queued(p) || current == p)) in cpu_util()
10629 if (task_on_rq_queued(p)) in task_running_on_cpu()
13139 if (!task_on_rq_queued(p)) in prio_changed_fair()
13251 if (task_on_rq_queued(p)) { in switched_to_fair()
13269 if (task_on_rq_queued(p)) { in __set_next_task_fair()