Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dworkqueue.c250 struct worker *rescuer; /* I: rescue worker */ member
1846 if (!wq->rescuer) in send_mayday()
1858 wake_up_process(wq->rescuer->task); in send_mayday()
2256 struct worker *rescuer = __rescuer; in rescuer_thread() local
2257 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread()
2258 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread()
2267 rescuer->task->flags |= PF_WQ_WORKER; in rescuer_thread()
2295 worker_attach_to_pool(rescuer, pool); in rescuer_thread()
2298 rescuer->pool = pool; in rescuer_thread()
2310 process_scheduled_works(rescuer); in rescuer_thread()
[all …]
/linux-4.1.27/Documentation/
Dworkqueue.txt159 name of the wq and also used as the name of the rescuer thread if