Lines Matching defs:workqueue_struct
289 struct workqueue_struct { struct
290 struct list_head pwqs; /* WR: all pwqs of this wq */
291 struct list_head list; /* PR: list of all workqueues */
293 struct mutex mutex; /* protects this wq */
294 int work_color; /* WQ: current work color */
295 int flush_color; /* WQ: current flush color */
296 atomic_t nr_pwqs_to_flush; /* flush in progress */
297 struct wq_flusher *first_flusher; /* WQ: first flusher */
321 * Destruction of workqueue_struct is RCU protected to allow walking argument
325 struct rcu_head rcu;
328 unsigned int flags ____cacheline_aligned; /* WQ: WQ_* flags */
329 struct pool_workqueue __percpu __rcu **cpu_pwq; /* I: per-cpu pwqs */