Home
last modified time | relevance | path

Searched refs:to_wakeup (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/kernel/
Dworkqueue.c695 struct worker *worker = kthread_data(task), *to_wakeup = NULL; in wq_worker_sleeping() local
717 to_wakeup = first_worker(gcwq); in wq_worker_sleeping()
718 return to_wakeup ? to_wakeup->task : NULL; in wq_worker_sleeping()
/linux-3.4.99/kernel/sched/
Dcore.c3408 struct task_struct *to_wakeup; in __schedule() local
3410 to_wakeup = wq_worker_sleeping(prev, cpu); in __schedule()
3411 if (to_wakeup) in __schedule()
3412 try_to_wake_up_local(to_wakeup); in __schedule()