Lines Matching defs:pool_workqueue
98473 struct pool_workqueue { struct
98474 struct worker_pool *pool;
98475 struct workqueue_struct *wq;
98476 int work_color;
98477 int flush_color;
98478 int refcnt;
98479 int nr_in_flight[16];
98480 int nr_active;
98481 int max_active;
98482 struct list_head inactive_works;
98483 struct list_head pwqs_node;
98484 struct list_head mayday_node;
98485 struct work_struct unbound_release_work;
98486 struct callback_head rcu;