Searched refs:check_preempt_curr (Results 1 – 7 of 7) sorted by relevance
/kernel/sched/ |
D | stop_task.c | 127 .check_preempt_curr = check_preempt_curr_stop,
|
D | idle.c | 509 .check_preempt_curr = check_preempt_curr_idle,
|
D | core.c | 2154 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()
|
D | sched.h | 2180 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);
|
D | fair.c | 8448 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,
|
D | deadline.c | 2574 .check_preempt_curr = check_preempt_curr_dl,
|
D | rt.c | 2638 .check_preempt_curr = check_preempt_curr_rt,
|