Searched refs:wake_task (Results 1 – 1 of 1) sorted by relevance
2326 struct task_struct *wake_task = NULL; in __queue_work() local2449 kick_pool_pick(pool, &wake_task); in __queue_work()2457 if (wake_task) in __queue_work()2458 wake_up_process(wake_task); in __queue_work()3282 struct task_struct *wake_task = NULL; in process_one_work() local3340 kick_pool_pick(pool, &wake_task); in process_one_work()3354 if (wake_task) in process_one_work()3355 wake_up_process(wake_task); in process_one_work()