Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dworkqueue.c298 struct worker *rescuer; /* MD: rescue worker */ member
2388 if (!wq->rescuer) in send_mayday()
2400 wake_up_process(wq->rescuer->task); in send_mayday()
2823 struct worker *rescuer = __rescuer; in rescuer_thread() local
2824 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread()
2861 worker_attach_to_pool(rescuer, pool); in rescuer_thread()
2869 WARN_ON_ONCE(!list_empty(&rescuer->scheduled)); in rescuer_thread()
2872 assign_work(work, rescuer, &n)) in rescuer_thread()
2876 if (!list_empty(&rescuer->scheduled)) { in rescuer_thread()
2877 process_scheduled_works(rescuer); in rescuer_thread()
[all …]
/linux-6.6.21/Documentation/core-api/
Dworkqueue.rst156 also used as the name of the rescuer thread if there is one.