Searched refs:to_wakeup (Results 1 – 2 of 2) sorted by relevance
825 struct worker *worker = kthread_data(task), *to_wakeup = NULL; in wq_worker_sleeping() local855 to_wakeup = first_worker(pool); in wq_worker_sleeping()856 return to_wakeup ? to_wakeup->task : NULL; in wq_worker_sleeping()
2985 struct task_struct *to_wakeup; in __schedule() local2987 to_wakeup = wq_worker_sleeping(prev, cpu); in __schedule()2988 if (to_wakeup) in __schedule()2989 try_to_wake_up_local(to_wakeup); in __schedule()