Searched refs:rescuer (Results 1 – 2 of 2) sorted by relevance
250 struct worker *rescuer; /* I: rescue worker */ member1839 if (!wq->rescuer) in send_mayday()1851 wake_up_process(wq->rescuer->task); in send_mayday()2249 struct worker *rescuer = __rescuer; in rescuer_thread() local2250 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread()2251 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread()2260 rescuer->task->flags |= PF_WQ_WORKER; in rescuer_thread()2288 worker_attach_to_pool(rescuer, pool); in rescuer_thread()2291 rescuer->pool = pool; in rescuer_thread()2303 process_scheduled_works(rescuer); in rescuer_thread()[all …]
159 name of the wq and also used as the name of the rescuer thread if