Home
last modified time | relevance | path

Searched refs:task_woken (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
A Dcore.c3552 if (p->sched_class->task_woken) { in ttwu_do_wakeup()
3558 p->sched_class->task_woken(rq, p); in ttwu_do_wakeup()
4505 if (p->sched_class->task_woken) { in wake_up_new_task()
4511 p->sched_class->task_woken(rq, p); in wake_up_new_task()
A Dsched.h2121 void (*task_woken)(struct rq *this_rq, struct task_struct *task); member
A Drt.c2640 .task_woken = task_woken_rt,
A Ddeadline.c2657 .task_woken = task_woken_dl,

Completed in 37 milliseconds