Searched defs:pool_workqueue (Results 1 – 1 of 1) sorted by relevance
227 struct pool_workqueue { struct228 struct worker_pool *pool; /* I: the associated pool */229 struct workqueue_struct *wq; /* I: the owning workqueue */230 int work_color; /* L: current color */231 int flush_color; /* L: flushing color */232 int refcnt; /* L: reference count */233 int nr_in_flight[WORK_NR_COLORS];262 * and pwq_release_workfn() for details. pool_workqueue itself is also argument283 * the appropriate worker_pool through its pool_workqueues. argument