Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c348 struct worker *rescuer; /* MD: rescue worker */ member
2983 if (!wq->rescuer) in send_mayday()
2995 wake_up_process(wq->rescuer->task); in send_mayday()
3433 struct worker *rescuer = __rescuer; in rescuer_thread() local
3434 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread()
3471 worker_attach_to_pool(rescuer, pool); in rescuer_thread()
3479 WARN_ON_ONCE(!list_empty(&rescuer->scheduled)); in rescuer_thread()
3482 assign_work(work, rescuer, &n)) in rescuer_thread()
3486 if (!list_empty(&rescuer->scheduled)) { in rescuer_thread()
3487 process_scheduled_works(rescuer); in rescuer_thread()
[all …]
/linux-6.12.1/Documentation/core-api/
Dworkqueue.rst164 also used as the name of the rescuer thread if there is one.