Lines Matching defs:workqueue_struct
26809 struct workqueue_struct { struct
26810 struct list_head pwqs;
26811 struct list_head list;
26812 struct mutex mutex;
26813 int work_color;
26814 int flush_color;
26815 atomic_t nr_pwqs_to_flush;
26816 struct wq_flusher *first_flusher;
26817 struct list_head flusher_queue;
26818 struct list_head flusher_overflow;
26819 struct list_head maydays;
26820 struct worker *rescuer;
26821 int nr_drainers;
26822 int saved_max_active;
26823 struct workqueue_attrs *unbound_attrs;
26824 struct pool_workqueue *dfl_pwq;
26825 struct wq_device *wq_dev;
26826 char name[24];
26827 struct callback_head rcu;
26833 unsigned int flags;
26834 struct pool_workqueue *cpu_pwqs;
26835 struct pool_workqueue *numa_pwq_tbl[0];