Lines Matching defs:workqueue_struct
24331 struct workqueue_struct { struct
24332 struct list_head pwqs;
24333 struct list_head list;
24334 struct mutex mutex;
24335 int work_color;
24336 int flush_color;
24337 atomic_t nr_pwqs_to_flush;
24338 struct wq_flusher *first_flusher;
24339 struct list_head flusher_queue;
24340 struct list_head flusher_overflow;
24341 struct list_head maydays;
24342 struct worker *rescuer;
24343 int nr_drainers;
24344 int saved_max_active;
24345 struct workqueue_attrs *unbound_attrs;
24346 struct pool_workqueue *dfl_pwq;
24347 struct wq_device *wq_dev;
24348 char name[24];
24349 struct callback_head rcu;
24355 unsigned int flags;
24356 struct pool_workqueue *cpu_pwqs;
24357 struct pool_workqueue *numa_pwq_tbl[0];