Searched defs:pool_workqueue (Results 1 – 2 of 2) sorted by relevance
200 struct pool_workqueue { struct216 * and pwq_unbound_release_workfn() for details. pool_workqueue argument237 * the appropriate worker_pool through its pool_workqueues. argument
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