Home
last modified time | relevance | path

Searched refs:task_current (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Drt.c1480 if (!task_current(rq, p) && p->nr_cpus_allowed > 1 && !should_honor_rt_sync(rq, p, sync)) { in enqueue_task_rt()
2089 BUG_ON(task_current(rq, p)); in pick_next_pushable_task()
2597 if (task_current(rq, p)) { in switched_to_rt()
H A Dcore.c2020 running = task_current(rq, p); in do_set_cpus_allowed()
4365 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
5365 running = task_current(rq, p); in rt_mutex_setprio()
5460 running = task_current(rq, p); in set_user_nice()
5923 running = task_current(rq, p); in __sched_setscheduler()
7260 running = task_current(rq, p); in sched_setnuma()
8558 running = task_current(rq, tsk); in sched_move_task()
H A Dsched.h1790 static inline int task_current(struct rq *rq, struct task_struct *p) in task_current() function
1800 return task_current(rq, p); in task_running()

Completed in 19 milliseconds