Home
last modified time | relevance | path

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

/kernel/sched/
Dstop_task.c127 .check_preempt_curr = check_preempt_curr_stop,
Didle.c509 .check_preempt_curr = check_preempt_curr_idle,
Dcore.c2154 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function
2157 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr()
2168 EXPORT_SYMBOL_GPL(check_preempt_curr);
2325 check_preempt_curr(rq, p, 0); in move_queued_task()
3186 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
3655 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup()
4656 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
Dsched.h2180 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member
2455 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
Dfair.c8448 check_preempt_curr(rq, p, 0); in attach_task()
11717 check_preempt_curr(rq, p, 0); in prio_changed_fair()
11855 check_preempt_curr(rq, p, 0); in switched_to_fair()
12223 .check_preempt_curr = check_preempt_wakeup,
Ddeadline.c2574 .check_preempt_curr = check_preempt_curr_dl,
Drt.c2638 .check_preempt_curr = check_preempt_curr_rt,