Searched defs:pool_workqueue (Results 1 – 1 of 1) sorted by relevance
271 struct pool_workqueue { struct272 struct worker_pool *pool; /* I: the associated pool */273 struct workqueue_struct *wq; /* I: the owning workqueue */274 int work_color; /* L: current color */275 int flush_color; /* L: flushing color */276 int refcnt; /* L: reference count */277 int nr_in_flight[WORK_NR_COLORS];279 bool plugged; /* L: execution suspended */308 * and pwq_release_workfn() for details. pool_workqueue itself is also argument312 struct kthread_work release_work;[all …]