Searched refs:flusher_overflow (Results 1 – 1 of 1) sorted by relevance
295 struct list_head flusher_overflow; /* WQ: flush overflow list */ member3159 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow)); in __flush_workqueue()3188 list_add_tail(&this_flusher.list, &wq->flusher_overflow); in __flush_workqueue()3228 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow) && in __flush_workqueue()3235 if (!list_empty(&wq->flusher_overflow)) { in __flush_workqueue()3242 list_for_each_entry(tmp, &wq->flusher_overflow, list) in __flush_workqueue()3247 list_splice_tail_init(&wq->flusher_overflow, in __flush_workqueue()4718 INIT_LIST_HEAD(&wq->flusher_overflow); in alloc_workqueue()