Searched refs:task_woken (Results 1 – 4 of 4) sorted by relevance
1191 void (*task_woken) (struct rq *this_rq, struct task_struct *task); member
1796 .task_woken = task_woken_dl,
1469 if (p->sched_class->task_woken) in ttwu_do_wakeup()1470 p->sched_class->task_woken(rq, p); in ttwu_do_wakeup()2100 if (p->sched_class->task_woken) in wake_up_new_task()2101 p->sched_class->task_woken(rq, p); in wake_up_new_task()
2318 .task_woken = task_woken_rt,