Lines Matching defs:pool_workqueue
26905 struct pool_workqueue { struct
26906 struct worker_pool *pool;
26907 struct workqueue_struct *wq;
26908 int work_color;
26909 int flush_color;
26910 int refcnt;
26911 int nr_in_flight[15];
26912 int nr_active;
26913 int max_active;
26914 struct list_head delayed_works;
26915 struct list_head pwqs_node;
26916 struct list_head mayday_node;
26917 struct work_struct unbound_release_work;
26918 struct callback_head rcu;