Searched refs:wakeup_preempt (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/sched/ |
| H A D | stop_task.c | 107 .wakeup_preempt = wakeup_preempt_stop,
|
| H A D | idle.c | 547 .wakeup_preempt = wakeup_preempt_idle,
|
| H A D | core.c | 2173 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 D | sched.h | 2475 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 D | rt.c | 2578 .wakeup_preempt = wakeup_preempt_rt,
|
| H A D | fair.c | 9740 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 D | deadline.c | 3356 .wakeup_preempt = wakeup_preempt_dl,
|
| H A D | ext.c | 3346 * - 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 D | sched-design-CFS.rst | 150 - wakeup_preempt(...)
|