Home
last modified time | relevance | path

Searched refs:wakeup_preempt (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/sched/
H A Dstop_task.c107 .wakeup_preempt = wakeup_preempt_stop,
H A Didle.c547 .wakeup_preempt = wakeup_preempt_idle,
H A Dcore.c2173 void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags) in wakeup_preempt() function
2178 donor->sched_class->wakeup_preempt(rq, p, flags); in wakeup_preempt()
2446 wakeup_preempt(rq, p, 0); in move_queued_task()
3286 wakeup_preempt(dst_rq, p, 0); in __migrate_swap_task()
3632 wakeup_preempt(rq, p, wake_flags); in ttwu_do_activate()
3700 wakeup_preempt(rq, p, wake_flags); in ttwu_runnable()
4760 wakeup_preempt(rq, p, wake_flags); in wake_up_new_task()
H A Dsched.h2475 void (*wakeup_preempt)(struct rq *rq, struct task_struct *p, int flags); member
2943 extern void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags);
H A Drt.c2578 .wakeup_preempt = wakeup_preempt_rt,
H A Dfair.c9740 wakeup_preempt(rq, p, 0); in attach_task()
13421 wakeup_preempt(rq, p, 0); in prio_changed_fair()
13534 wakeup_preempt(rq, p, 0); in switched_to_fair()
13893 .wakeup_preempt = check_preempt_wakeup_fair,
H A Ddeadline.c3356 .wakeup_preempt = wakeup_preempt_dl,
H A Dext.c3346 * - wakeup_preempt: NOOP as it isn't useful in the wakeup path because the task
3363 .wakeup_preempt = wakeup_preempt_scx,
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-design-CFS.rst150 - wakeup_preempt(...)