Lines Matching defs:pool_workqueue
22088 struct pool_workqueue { struct
22089 struct worker_pool *pool;
22090 struct workqueue_struct *wq;
22091 int work_color;
22092 int flush_color;
22093 int refcnt;
22094 int nr_in_flight[16];
22095 int nr_active;
22096 int max_active;
22097 struct list_head inactive_works;
22098 struct list_head pwqs_node;
22099 struct list_head mayday_node;
22100 struct work_struct unbound_release_work;
22101 struct callback_head rcu;