Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddeadline.c223 if (task_on_rq_queued(p)) in dl_change_utilization()
1087 if (!task_on_rq_queued(p)) { in dl_task_timer()
2078 !task_on_rq_queued(task))) { in find_lock_later_rq()
2117 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
2270 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
2421 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
2424 if (!task_on_rq_queued(p)) { in switched_from_dl()
2449 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
2465 if (!task_on_rq_queued(p)) { in switched_to_dl()
2492 if (task_on_rq_queued(p) || rq->curr == p) { in prio_changed_dl()
H A Dcore.c1797 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
1931 if (task_on_rq_queued(p)) in migration_cpu_stop()
1961 queued = task_on_rq_queued(p); in do_set_cpus_allowed()
2054 } else if (task_on_rq_queued(p)) { in __set_cpus_allowed_ptr_locked()
2216 if (task_on_rq_queued(p)) { in __migrate_swap_task()
2387 queued = task_on_rq_queued(p); in wait_task_inactive()
2758 if (task_on_rq_queued(p)) { in ttwu_runnable()
4228 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
4238 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
4799 psi_sched_switch(prev, next, !task_on_rq_queued(prev)); in __schedule()
[all …]
H A Drt.c1929 !task_on_rq_queued(task))) { in find_lock_lowest_rq()
1963 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2296 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2381 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2419 if (task_on_rq_queued(p)) { in switched_to_rt()
2436 if (!task_on_rq_queued(p)) in prio_changed_rt()
H A Dsched.h1763 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
1930 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
H A Dfair.c6533 if (unlikely(task_on_rq_queued(p) || current == p)) in cpu_util_without()
8879 if (task_on_rq_queued(p)) in task_running_on_cpu()
11077 if (!task_on_rq_queued(p)) in prio_changed_fair()
11221 if (task_on_rq_queued(p)) { in switched_to_fair()
11244 if (task_on_rq_queued(p)) { in set_next_task_fair()