Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c359 struct list_head flusher_overflow; /* WQ: flush overflow list */ member
4086 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow)); in __flush_workqueue()
4115 list_add_tail(&this_flusher.list, &wq->flusher_overflow); in __flush_workqueue()
4155 WARN_ON_ONCE(!list_empty(&wq->flusher_overflow) && in __flush_workqueue()
4162 if (!list_empty(&wq->flusher_overflow)) { in __flush_workqueue()
4169 list_for_each_entry(tmp, &wq->flusher_overflow, list) in __flush_workqueue()
4174 list_splice_tail_init(&wq->flusher_overflow, in __flush_workqueue()
5866 INIT_LIST_HEAD(&wq->flusher_overflow); in __alloc_workqueue()