Lines Matching defs:workqueue_struct
21987 struct workqueue_struct { struct
21988 struct list_head pwqs;
21989 struct list_head list;
21990 struct mutex mutex;
21991 int work_color;
21992 int flush_color;
21993 atomic_t nr_pwqs_to_flush;
21994 struct wq_flusher *first_flusher;
21995 struct list_head flusher_queue;
21996 struct list_head flusher_overflow;
21997 struct list_head maydays;
21998 struct worker *rescuer;
21999 int nr_drainers;
22000 int saved_max_active;
22001 struct workqueue_attrs *unbound_attrs;
22002 struct pool_workqueue *dfl_pwq;
22003 struct wq_device *wq_dev;
22004 char name[24];
22005 struct callback_head rcu;
22011 unsigned int flags;
22012 struct pool_workqueue *cpu_pwqs;
22013 struct pool_workqueue *numa_pwq_tbl[0];