Searched refs:check_preempt_curr (Results 1 – 7 of 7) sorted by relevance
/kernel/sched/ |
D | stop_task.c | 123 .check_preempt_curr = check_preempt_curr_stop,
|
D | idle.c | 506 .check_preempt_curr = check_preempt_curr_idle,
|
D | core.c | 2237 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()
|
D | sched.h | 2207 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);
|
D | fair.c | 8693 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,
|
D | deadline.c | 2719 .check_preempt_curr = check_preempt_curr_dl,
|
D | rt.c | 2801 .check_preempt_curr = check_preempt_curr_rt,
|