Searched defs:pool_workqueue (Results 1 – 2 of 2) sorted by relevance
22541 struct pool_workqueue { struct22542 struct worker_pool *pool;22543 struct workqueue_struct *wq;22544 int work_color;22545 int flush_color;22546 int refcnt;22547 int nr_in_flight[16];22548 int nr_active;22549 int max_active;22550 struct list_head inactive_works;[all …]
32813 struct pool_workqueue { struct32814 struct worker_pool *pool;32815 struct workqueue_struct *wq;32816 int work_color;32817 int flush_color;32818 int refcnt;32819 int nr_in_flight[16];32820 int nr_active;32821 int max_active;32822 struct list_head inactive_works;[all …]