Searched refs:check_preempt_curr (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | stop_task.c | 127 .check_preempt_curr = check_preempt_curr_stop,
|
D | idle.c | 464 .check_preempt_curr = check_preempt_curr_idle,
|
D | core.c | 836 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function 841 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr() 924 check_preempt_curr(rq, p, 0); in move_queued_task() 1197 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 1652 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 2420 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
|
D | sched.h | 1512 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member 1719 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
|
D | fair.c | 7271 check_preempt_curr(rq, p, 0); in attach_task() 9718 check_preempt_curr(rq, p, 0); in prio_changed_fair() 9850 check_preempt_curr(rq, p, 0); in switched_to_fair() 10129 .check_preempt_curr = check_preempt_wakeup,
|
D | deadline.c | 2404 .check_preempt_curr = check_preempt_curr_dl,
|
D | rt.c | 2383 .check_preempt_curr = check_preempt_curr_rt,
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 177 - check_preempt_curr(...)
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 1880 <idle>-0 3d.h3 3us : check_preempt_curr <-ttwu_do_wakeup 1881 <idle>-0 3d.h3 3us : resched_curr <-check_preempt_curr
|