Home
last modified time | relevance | path

Searched defs:pool_workqueue (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/
H A Dworkqueue.c258 struct pool_workqueue { struct
259 struct worker_pool *pool; /* I: the associated pool */
260 struct workqueue_struct *wq; /* I: the owning workqueue */
261 int work_color; /* L: current color */
262 int flush_color; /* L: flushing color */
263 int refcnt; /* L: reference count */
264 int nr_in_flight[WORK_NR_COLORS];
266 bool plugged; /* L: execution suspended */
294 * and pwq_release_workfn() for details. pool_workqueue itself is also argument
298 struct kthread_work release_work;
[all …]