Searched refs:wakeup_preempt (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | stop_task.c | 103 .wakeup_preempt = wakeup_preempt_stop,
|
| H A D | idle.c | 523 .wakeup_preempt = wakeup_preempt_idle,
|
| H A D | core.c | 2191 void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags) in wakeup_preempt() function 2196 donor->sched_class->wakeup_preempt(rq, p, flags); in wakeup_preempt() 2499 wakeup_preempt(rq, p, 0); in move_queued_task() 3366 wakeup_preempt(dst_rq, p, 0); in __migrate_swap_task() 3733 wakeup_preempt(rq, p, wake_flags); in ttwu_do_activate() 3803 wakeup_preempt(rq, p, wake_flags); in ttwu_runnable() 4879 wakeup_preempt(rq, p, wake_flags); in wake_up_new_task()
|
| H A D | sched.h | 2375 void (*wakeup_preempt)(struct rq *rq, struct task_struct *p, int flags); member 2791 extern void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags);
|
| H A D | rt.c | 2621 .wakeup_preempt = wakeup_preempt_rt,
|
| H A D | fair.c | 9682 wakeup_preempt(rq, p, 0); in attach_task() 13154 wakeup_preempt(rq, p, 0); in prio_changed_fair() 13260 wakeup_preempt(rq, p, 0); in switched_to_fair() 13623 .wakeup_preempt = check_preempt_wakeup_fair,
|
| H A D | deadline.c | 3146 .wakeup_preempt = wakeup_preempt_dl,
|
| H A D | ext.c | 4122 .wakeup_preempt = wakeup_preempt_scx,
|
| /linux-6.15/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-design-CFS.rst | 150 - wakeup_preempt(...)
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-design-CFS.rst | 190 - wakeup_preempt(...)
|