Searched defs:pool_workqueue (Results 1 – 1 of 1) sorted by relevance
22088 struct pool_workqueue { struct22089 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;[all …]