Searched defs:pool_workqueue (Results 1 – 1 of 1) sorted by relevance
205 struct pool_workqueue { struct206 struct worker_pool *pool; /* I: the associated pool */207 struct workqueue_struct *wq; /* I: the owning workqueue */208 int work_color; /* L: current color */209 int flush_color; /* L: flushing color */210 int refcnt; /* L: reference count */211 int nr_in_flight[WORK_NR_COLORS];238 * and pwq_unbound_release_workfn() for details. pool_workqueue argument259 * the appropriate worker_pool through its pool_workqueues. argument