Lines Matching defs:maydays
212 struct list_head mayday_node; /* MD: node on wq->maydays */
251 struct list_head maydays; /* MD: pwqs requesting rescue */
304 static DEFINE_RAW_SPINLOCK(wq_mayday_lock); /* protects wq->maydays list */
2042 list_add_tail(&pwq->mayday_node, &wq->maydays);
2053 raw_spin_lock(&wq_mayday_lock); /* for wq->maydays */
2493 * shouldn't have any work pending, but @wq->maydays may still have
2496 * @wq->maydays processing before acting on should_stop so that the
2504 while (!list_empty(&wq->maydays)) {
2505 struct pool_workqueue *pwq = list_first_entry(&wq->maydays,
2554 list_add_tail(&pwq->mayday_node, &wq->maydays);
4323 INIT_LIST_HEAD(&wq->maydays);
4413 /* rescuer will empty maydays list before exiting */