Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dworkqueue.c239 struct list_head flusher_overflow; /* F: flush overflow list */ member
2313 BUG_ON(!list_empty(&wq->flusher_overflow)); in flush_workqueue()
2342 list_add_tail(&this_flusher.list, &wq->flusher_overflow); in flush_workqueue()
2380 BUG_ON(!list_empty(&wq->flusher_overflow) && in flush_workqueue()
2387 if (!list_empty(&wq->flusher_overflow)) { in flush_workqueue()
2394 list_for_each_entry(tmp, &wq->flusher_overflow, list) in flush_workqueue()
2399 list_splice_tail_init(&wq->flusher_overflow, in flush_workqueue()
3054 INIT_LIST_HEAD(&wq->flusher_overflow); in __alloc_workqueue_key()