Home
last modified time | relevance | path

Searched refs:task_on_rq_queued (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c1852 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) { in check_preempt_curr()
1988 if (task_on_rq_queued(p)) { in migration_cpu_stop()
2019 queued = task_on_rq_queued(p); in do_set_cpus_allowed()
2143 } else if (task_on_rq_queued(p)) { in __set_cpus_allowed_ptr()
2219 if (task_on_rq_queued(p)) { in __migrate_swap_task()
2398 queued = task_on_rq_queued(p); in wait_task_inactive()
2823 if (task_on_rq_queued(p)) { in ttwu_runnable()
4354 if (!p->on_cpu || !task_on_rq_queued(p)) { in task_sched_runtime()
4365 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
4966 psi_sched_switch(prev, next, !task_on_rq_queued(pre in __schedule()
[all...]
H A Drt.c2092 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2482 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2568 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running || cpu_isolated(cpu_of(rq))) { in switched_from_rt()
2607 if (task_on_rq_queued(p)) { in switched_to_rt()
2625 if (!task_on_rq_queued(p)) { in prio_changed_rt()
H A Dsched.h1804 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
1973 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
H A Dfair.c6828 if (unlikely(task_on_rq_queued(p) || current == p)) { in cpu_util_without()
9198 if (task_on_rq_queued(p)) { in task_running_on_cpu()
10526 if (task_on_rq_queued(push_task) && push_task->state == TASK_RUNNING && task_cpu(push_task) == busiest_cpu && in active_load_balance_cpu_stop()
11604 if (!task_on_rq_queued(p)) { in prio_changed_fair()
11756 if (task_on_rq_queued(p)) { in switched_to_fair()
11780 if (task_on_rq_queued(p)) { in set_next_task_fair()

Completed in 31 milliseconds