Searched defs:workqueue_struct (Results 1 – 1 of 1) sorted by relevance
340 struct workqueue_struct { struct341 struct list_head pwqs; /* WR: all pwqs of this wq */342 struct list_head list; /* PR: list of all workqueues */344 struct mutex mutex; /* protects this wq */345 int work_color; /* WQ: current work color */346 int flush_color; /* WQ: current flush color */347 atomic_t nr_pwqs_to_flush; /* flush in progress */348 struct wq_flusher *first_flusher; /* WQ: first flusher */349 struct list_head flusher_queue; /* WQ: flush waiters */350 struct list_head flusher_overflow; /* WQ: flush overflow list */[all …]