Searched refs:flusher_overflow (Results 1 – 1 of 1) sorted by relevance
270 struct list_head flusher_overflow; /* WQ: flush overflow list */ member2926 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow)); in __flush_workqueue()2955 list_add_tail(&this_flusher.list, &wq->flusher_overflow); in __flush_workqueue()2995 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow) && in __flush_workqueue()3002 if (!list_empty(&wq->flusher_overflow)) { in __flush_workqueue()3009 list_for_each_entry(tmp, &wq->flusher_overflow, list) in __flush_workqueue()3014 list_splice_tail_init(&wq->flusher_overflow, in __flush_workqueue()4453 INIT_LIST_HEAD(&wq->flusher_overflow); in alloc_workqueue()
Completed in 13 milliseconds