Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/kernel/
Dworkqueue.c247 struct list_head flusher_overflow; /* WQ: flush overflow list */ member
2679 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()
/kernel/linux/linux-5.10/kernel/
Dworkqueue.c249 struct list_head flusher_overflow; /* WQ: flush overflow list */ member
2797 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()