Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dworkqueue.c204 struct pool_workqueue { struct
205 struct worker_pool *pool; /* I: the associated pool */
206 struct workqueue_struct *wq; /* I: the owning workqueue */
207 int work_color; /* L: current color */
208 int flush_color; /* L: flushing color */
209 int refcnt; /* L: reference count */
210 int nr_in_flight[WORK_NR_COLORS];
237 * and pwq_unbound_release_workfn() for details. pool_workqueue argument
258 * the appropriate worker_pool through its pool_workqueues. argument

Completed in 14 milliseconds