Searched refs:check_preempt_curr (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stop_task.c | 122 .check_preempt_curr = check_preempt_curr_stop,
|
H A D | idle.c | 494 .check_preempt_curr = check_preempt_curr_idle,
|
H A D | core.c | 1747 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function 1750 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr() 1821 check_preempt_curr(rq, p, 0); in move_queued_task() 2120 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 2598 check_preempt_curr(rq, p, wake_flags); in ttwu_do_wakeup() 2685 /* check_preempt_curr() may use rq clock */ in ttwu_runnable() 3556 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
|
H A D | sched.h | 1931 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member 2167 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
|
H A D | fair.c | 8288 check_preempt_curr(rq, p, 0); in attach_task() 11583 check_preempt_curr(rq, p, 0); in prio_changed_fair() 11721 check_preempt_curr(rq, p, 0); in switched_to_fair() 12010 .check_preempt_curr = check_preempt_wakeup,
|
H A D | deadline.c | 2544 .check_preempt_curr = check_preempt_curr_dl,
|
H A D | rt.c | 918 * throttled check_preempt_curr() will set in do_sched_rt_period_timer() 2742 .check_preempt_curr = check_preempt_curr_rt,
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | stop_task.c | 126 .check_preempt_curr = check_preempt_curr_stop,
|
H A D | idle.c | 485 .check_preempt_curr = check_preempt_curr_idle,
|
H A D | core.c | 2270 void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr() function 2273 rq->curr->sched_class->check_preempt_curr(rq, p, flags); in check_preempt_curr() 2588 check_preempt_curr(rq, p, 0); in move_queued_task() 3497 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 3912 check_preempt_curr(rq, p, wake_flags); in ttwu_do_activate() 3983 check_preempt_curr(rq, p, wake_flags); in ttwu_runnable() 5047 check_preempt_curr(rq, p, WF_FORK); in wake_up_new_task()
|
H A D | sched.h | 2397 void (*check_preempt_curr)(struct rq *rq, struct task_struct *p, int flags); member 2677 extern void check_preempt_curr(struct rq *rq, struct task_struct *p, int flags);
|
H A D | fair.c | 8496 * unconditionally check_preempt_curr() after an enqueue (which may have in check_preempt_wakeup() 9438 check_preempt_curr(rq, p, 0); in attach_task() 13137 check_preempt_curr(rq, p, 0); in prio_changed_fair() 13239 check_preempt_curr(rq, p, 0); in switched_to_fair() 13598 .check_preempt_curr = check_preempt_wakeup,
|
H A D | deadline.c | 2729 .check_preempt_curr = check_preempt_curr_dl,
|
H A D | rt.c | 971 * throttled check_preempt_curr() will set in do_sched_rt_period_timer() 2993 .check_preempt_curr = check_preempt_curr_rt,
|
Completed in 93 milliseconds