Searched refs:wakeup_preempt (Results 1 – 8 of 8) sorted by relevance
/linux/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 | 2186 void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags) in wakeup_preempt() function 2191 donor->sched_class->wakeup_preempt(rq, p, flags); in wakeup_preempt() 2494 wakeup_preempt(rq, p, 0); in move_queued_task() 3363 wakeup_preempt(dst_rq, p, 0); in __migrate_swap_task() 3730 wakeup_preempt(rq, p, wake_flags); in ttwu_do_activate() 3800 wakeup_preempt(rq, p, wake_flags); in ttwu_runnable() 4881 wakeup_preempt(rq, p, wake_flags); in wake_up_new_task()
|
H A D | fair.c | 9663 wakeup_preempt(rq, p, 0); in attach_task() 13135 wakeup_preempt(rq, p, 0); in prio_changed_fair() 13241 wakeup_preempt(rq, p, 0); in switched_to_fair() 13604 .wakeup_preempt = check_preempt_wakeup_fair,
|
H A D | deadline.c | 3144 .wakeup_preempt = wakeup_preempt_dl,
|
H A D | ext.c | 4471 .wakeup_preempt = wakeup_preempt_scx,
|
/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-design-CFS.rst | 150 - wakeup_preempt(...)
|
/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 190 - wakeup_preempt(...)
|