Searched refs:to_wakeup (Results 1 – 2 of 2) sorted by relevance
878 struct worker *worker = kthread_data(task), *to_wakeup = NULL; in wq_worker_sleeping() local908 to_wakeup = first_idle_worker(pool); in wq_worker_sleeping()909 return to_wakeup ? to_wakeup->task : NULL; in wq_worker_sleeping()
3437 struct task_struct *to_wakeup; in __schedule() local3439 to_wakeup = wq_worker_sleeping(prev); in __schedule()3440 if (to_wakeup) in __schedule()3441 try_to_wake_up_local(to_wakeup, &rf); in __schedule()