Searched refs:flusher_overflow (Results 1 – 2 of 2) sorted by relevance
247 struct list_head flusher_overflow; /* WQ: flush overflow list */ member2679 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow)); in flush_workqueue()2708 list_add_tail(&this_flusher.list, &wq->flusher_overflow); in flush_workqueue()2748 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow) && in flush_workqueue()2755 if (!list_empty(&wq->flusher_overflow)) { in flush_workqueue()2762 list_for_each_entry(tmp, &wq->flusher_overflow, list) in flush_workqueue()2767 list_splice_tail_init(&wq->flusher_overflow, in flush_workqueue()4111 INIT_LIST_HEAD(&wq->flusher_overflow); in __alloc_workqueue_key()
249 struct list_head flusher_overflow; /* WQ: flush overflow list */ member2797 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow)); in flush_workqueue()2826 list_add_tail(&this_flusher.list, &wq->flusher_overflow); in flush_workqueue()2866 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow) && in flush_workqueue()2873 if (!list_empty(&wq->flusher_overflow)) { in flush_workqueue()2880 list_for_each_entry(tmp, &wq->flusher_overflow, list) in flush_workqueue()2885 list_splice_tail_init(&wq->flusher_overflow, in flush_workqueue()4303 INIT_LIST_HEAD(&wq->flusher_overflow); in alloc_workqueue()