Home
last modified time | relevance | path

Searched refs:flusher_overflow (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/kernel/
Dworkqueue.c248 struct list_head flusher_overflow; /* WQ: flush overflow list */ member
2799 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow)); in flush_workqueue()
2828 list_add_tail(&this_flusher.list, &wq->flusher_overflow); in flush_workqueue()
2868 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow) && in flush_workqueue()
2875 if (!list_empty(&wq->flusher_overflow)) { in flush_workqueue()
2882 list_for_each_entry(tmp, &wq->flusher_overflow, list) in flush_workqueue()
2887 list_splice_tail_init(&wq->flusher_overflow, in flush_workqueue()
4292 INIT_LIST_HEAD(&wq->flusher_overflow); in alloc_workqueue()