Searched defs:pool_workqueue (Results 1 – 1 of 1) sorted by relevance
27325 struct pool_workqueue { struct27326 struct worker_pool *pool;27327 struct workqueue_struct *wq;27328 int work_color;27329 int flush_color;27330 int refcnt;27331 int nr_in_flight[16];27332 int nr_active;27333 int max_active;27334 struct list_head inactive_works;[all …]