Searched refs:rescuer (Results 1 – 2 of 2) sorted by relevance
251 struct worker *rescuer; /* I: rescue worker */ member2018 if (!wq->rescuer) in send_mayday()2030 wake_up_process(wq->rescuer->task); in send_mayday()2463 struct worker *rescuer = __rescuer; in rescuer_thread() local2464 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread()2465 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread()2503 worker_attach_to_pool(rescuer, pool); in rescuer_thread()2522 process_scheduled_works(rescuer); in rescuer_thread()2557 worker_detach_from_pool(rescuer); in rescuer_thread()2571 WARN_ON_ONCE(!(rescuer->flags & WORKER_NOT_RUNNING)); in rescuer_thread()[all …]
156 also used as the name of the rescuer thread if there is one.