Searched refs:rescuer (Results 1 – 2 of 2) sorted by relevance
2992 if (!wq->rescuer) in send_mayday()5348 if (ctx->wq->rescuer) in apply_wqattrs_commit()5556 struct worker *rescuer; in init_rescuer() local5566 if (!rescuer) { in init_rescuer()5575 rescuer->task = kthread_create(rescuer_thread, rescuer, "%s", id_buf); in init_rescuer()5580 kfree(rescuer); in init_rescuer()5584 wq->rescuer = rescuer; in init_rescuer()5861 if (wq->rescuer) { in destroy_workqueue()5862 struct worker *rescuer = wq->rescuer; in destroy_workqueue() local5866 wq->rescuer = NULL; in destroy_workqueue()[all …]
164 also used as the name of the rescuer thread if there is one.