Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c298 struct worker *rescuer; /* MD: rescue worker */ member
2392 if (!wq->rescuer) in send_mayday()
2404 wake_up_process(wq->rescuer->task); in send_mayday()
2834 struct worker *rescuer = __rescuer; in rescuer_thread() local
2835 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread()
2872 worker_attach_to_pool(rescuer, pool); in rescuer_thread()
2880 WARN_ON_ONCE(!list_empty(&rescuer->scheduled)); in rescuer_thread()
2883 assign_work(work, rescuer, &n)) in rescuer_thread()
2887 if (!list_empty(&rescuer->scheduled)) { in rescuer_thread()
2888 process_scheduled_works(rescuer); in rescuer_thread()
[all …]
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst156 also used as the name of the rescuer thread if there is one.