Searched refs:check_preempt_curr (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | idle_task.c | 92 .check_preempt_curr = check_preempt_curr_idle,
|
D | stop_task.c | 119 .check_preempt_curr = check_preempt_curr_stop,
|
D | sched.h | 1180 void (*check_preempt_curr) (struct rq *rq, struct task_struct *p, int flags); member 1358 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
|
D | core.c | 1025 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function 1030 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr() 1085 check_preempt_curr(rq, p, 0); in move_queued_task() 1316 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 1719 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 2393 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
|
D | deadline.c | 1826 .check_preempt_curr = check_preempt_curr_dl,
|
D | fair.c | 5860 check_preempt_curr(rq, p, 0); in attach_task() 7958 check_preempt_curr(rq, p, 0); in prio_changed_fair() 8044 check_preempt_curr(rq, p, 0); in switched_to_fair() 8279 .check_preempt_curr = check_preempt_wakeup,
|
D | rt.c | 2269 .check_preempt_curr = check_preempt_curr_rt,
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 177 - check_preempt_curr(...)
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1537 <idle>-0 3d.h3 3us : check_preempt_curr <-ttwu_do_wakeup 1538 <idle>-0 3d.h3 3us : resched_curr <-check_preempt_curr
|