Lines Matching defs:workqueue_struct
98401 struct workqueue_struct { struct
98402 struct list_head pwqs;
98403 struct list_head list;
98404 struct mutex mutex;
98405 int work_color;
98406 int flush_color;
98407 atomic_t nr_pwqs_to_flush;
98408 struct wq_flusher *first_flusher;
98409 struct list_head flusher_queue;
98410 struct list_head flusher_overflow;
98411 struct list_head maydays;
98412 struct worker *rescuer;
98413 int nr_drainers;
98414 int saved_max_active;
98415 struct workqueue_attrs *unbound_attrs;
98416 struct pool_workqueue *dfl_pwq;
98417 struct wq_device *wq_dev;
98418 char name[24];
98419 struct callback_head rcu;
98424 unsigned int flags;
98425 struct pool_workqueue *cpu_pwqs;
98426 struct pool_workqueue *numa_pwq_tbl[0];