Searched defs:pool_workqueue (Results 1 – 7 of 7) 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 …]
24411 struct pool_workqueue { struct24412 struct worker_pool *pool;24413 struct workqueue_struct *wq;24414 int work_color;24415 int flush_color;24416 int refcnt;24417 int nr_in_flight[15];24418 int nr_active;24419 int max_active;24420 struct list_head delayed_works;[all …]
21466 struct pool_workqueue { struct21467 struct worker_pool *pool;21468 struct workqueue_struct *wq;21469 int work_color;21470 int flush_color;21471 int refcnt;21472 int nr_in_flight[15];21473 int nr_active;21474 int max_active;21475 struct list_head delayed_works;[all …]
26905 struct pool_workqueue { struct26906 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;[all …]