Home
last modified time | relevance | path

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

/kernel/sched/
Dstop_task.c123 .check_preempt_curr = check_preempt_curr_stop,
Didle.c506 .check_preempt_curr = check_preempt_curr_idle,
Dcore.c2237 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function
2240 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr()
2251 EXPORT_SYMBOL_GPL(check_preempt_curr);
2554 check_preempt_curr(rq, p, 0); in move_queued_task()
3413 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
3774 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup()
4898 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
Dsched.h2207 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member
2480 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
Dfair.c8693 check_preempt_curr(rq, p, 0); in attach_task()
12063 check_preempt_curr(rq, p, 0); in prio_changed_fair()
12207 check_preempt_curr(rq, p, 0); in switched_to_fair()
12566 .check_preempt_curr = check_preempt_wakeup,
Ddeadline.c2719 .check_preempt_curr = check_preempt_curr_dl,
Drt.c2801 .check_preempt_curr = check_preempt_curr_rt,