Lines Matching defs:workqueue_struct
261 struct workqueue_struct { struct
262 struct list_head pwqs; /* WR: all pwqs of this wq */
263 struct list_head list; /* PR: list of all workqueues */
265 struct mutex mutex; /* protects this wq */
266 int work_color; /* WQ: current work color */
267 int flush_color; /* WQ: current flush color */
268 atomic_t nr_pwqs_to_flush; /* flush in progress */
269 struct wq_flusher *first_flusher; /* WQ: first flusher */
293 * Destruction of workqueue_struct is RCU protected to allow walking argument
297 struct rcu_head rcu;
300 unsigned int flags ____cacheline_aligned; /* WQ: WQ_* flags */
301 struct pool_workqueue __percpu *cpu_pwqs; /* I: per-cpu pwqs */
302 struct pool_workqueue __rcu *numa_pwq_tbl[]; /* PWR: unbound pwqs indexed by node */