Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dworkqueue.c252 struct worker *rescuer; /* MD: rescue worker */ member
2031 if (!wq->rescuer) in send_mayday()
2043 wake_up_process(wq->rescuer->task); in send_mayday()
2476 struct worker *rescuer = __rescuer; in rescuer_thread() local
2477 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread()
2478 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread()
2516 worker_attach_to_pool(rescuer, pool); in rescuer_thread()
2535 process_scheduled_works(rescuer); in rescuer_thread()
2552 if (wq->rescuer && list_empty(&pwq->mayday_node)) { in rescuer_thread()
2576 worker_detach_from_pool(rescuer); in rescuer_thread()
[all …]
/kernel/linux/linux-5.10/Documentation/core-api/
Dworkqueue.rst156 also used as the name of the rescuer thread if there is one.