Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Didle.c575 .wakeup_preempt = wakeup_preempt_idle,
H A Dcore.c2243 void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags) in wakeup_preempt() function
2248 rq->next_class->wakeup_preempt(rq, p, flags); in wakeup_preempt()
2251 rq->next_class->wakeup_preempt(rq, p, flags); in wakeup_preempt()
2521 wakeup_preempt(rq, p, 0); in move_queued_task()
3368 wakeup_preempt(dst_rq, p, 0); in __migrate_swap_task()
3726 wakeup_preempt(rq, p, wake_flags); in ttwu_do_activate()
3782 wakeup_preempt(rq, p, wake_flags); in ttwu_runnable()
4849 wakeup_preempt(rq, p, wake_flags); in wake_up_new_task()
9466 wakeup_preempt(rq, tsk, 0); in sched_move_task()
11223 rq->next_class->wakeup_preempt(rq, p, 0); in sched_change_end()
H A Dsched.h2559 void (*wakeup_preempt)(struct rq *rq, struct task_struct *p, int flags); member
3024 extern void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags);
3035 wakeup_preempt(rq, p, 0); in attach_task()
4051 wakeup_preempt(dst_rq, task, 0); in move_queued_task_locked()
H A Ddeadline.c3426 .wakeup_preempt = wakeup_preempt_dl,
H A Dfair.c13744 wakeup_preempt(rq, p, 0); in prio_changed_fair()
13857 wakeup_preempt(rq, p, 0); in switched_to_fair()
14213 .wakeup_preempt = wakeup_preempt_fair,
H A Dext.c1454 wakeup_preempt(rq, p, 0); in local_dsq_post_enq()
4524 .wakeup_preempt = wakeup_preempt_scx,