Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dworkqueue.c251 struct worker *rescuer; /* I: rescue worker */ member
2018 if (!wq->rescuer) in send_mayday()
2030 wake_up_process(wq->rescuer->task); in send_mayday()
2463 struct worker *rescuer = __rescuer; in rescuer_thread() local
2464 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 …]
/Linux-v5.4/Documentation/core-api/
Dworkqueue.rst156 also used as the name of the rescuer thread if there is one.