Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dworkqueue.c250 struct worker *rescuer; /* I: rescue worker */ member
1902 if (!wq->rescuer) in send_mayday()
1914 wake_up_process(wq->rescuer->task); in send_mayday()
2344 struct worker *rescuer = __rescuer; in rescuer_thread() local
2345 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread()
2346 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread()
2384 worker_attach_to_pool(rescuer, pool); in rescuer_thread()
2403 process_scheduled_works(rescuer); in rescuer_thread()
2438 worker_detach_from_pool(rescuer); in rescuer_thread()
2452 WARN_ON_ONCE(!(rescuer->flags & WORKER_NOT_RUNNING)); in rescuer_thread()
[all …]
/Linux-v4.19/Documentation/core-api/
Dworkqueue.rst156 also used as the name of the rescuer thread if there is one.