Lines Matching defs:pool_workqueue
24411 struct pool_workqueue { struct
24412 struct worker_pool *pool;
24413 struct workqueue_struct *wq;
24414 int work_color;
24415 int flush_color;
24416 int refcnt;
24417 int nr_in_flight[15];
24418 int nr_active;
24419 int max_active;
24420 struct list_head delayed_works;
24421 struct list_head pwqs_node;
24422 struct list_head mayday_node;
24423 struct work_struct unbound_release_work;
24424 struct callback_head rcu;