Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Didle.c584 .wakeup_preempt = wakeup_preempt_idle,
H A Dcore.c2293 void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags) in wakeup_preempt() function
2298 rq->next_class->wakeup_preempt(rq, p, flags); in wakeup_preempt()
2301 rq->next_class->wakeup_preempt(rq, p, flags); in wakeup_preempt()
2571 wakeup_preempt(rq, p, 0); in move_queued_task()
3418 wakeup_preempt(dst_rq, p, 0); in __migrate_swap_task()
3835 wakeup_preempt(rq, p, wake_flags); in ttwu_do_activate()
3895 wakeup_preempt(rq, p, wake_flags); in ttwu_runnable()
4975 wakeup_preempt(rq, p, wake_flags); in wake_up_new_task()
9537 wakeup_preempt(rq, tsk, 0); in sched_move_task()
11308 rq->next_class->wakeup_preempt(rq, p, 0); in sched_change_end()
H A Dsched.h2664 void (*wakeup_preempt)(struct rq *rq, struct task_struct *p, int flags); member
3117 extern void wakeup_preempt(struct rq *rq, struct task_struct *p, int flags);
3128 wakeup_preempt(rq, p, 0); in attach_task()
4167 wakeup_preempt(dst_rq, task, 0); in move_queued_task_locked()
H A Ddeadline.c3652 .wakeup_preempt = wakeup_preempt_dl,
/linux/kernel/sched/ext/
H A Dext.c1567 wakeup_preempt(rq, p, 0); in rq_owned_post_enq()
5011 .wakeup_preempt = wakeup_preempt_scx,