Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dworkqueue.c200 struct pool_workqueue { struct
216 * and pwq_unbound_release_workfn() for details. pool_workqueue argument
237 * the appropriate worker_pool through its pool_workqueues. argument
/kernel/linux/linux-6.6/kernel/
Dworkqueue.c233 struct pool_workqueue { struct
234 struct worker_pool *pool; /* I: the associated pool */
235 struct workqueue_struct *wq; /* I: the owning workqueue */
236 int work_color; /* L: current color */
237 int flush_color; /* L: flushing color */
238 int refcnt; /* L: reference count */
239 int nr_in_flight[WORK_NR_COLORS];
268 * and pwq_release_workfn() for details. pool_workqueue itself is also argument
272 struct kthread_work release_work;
273 struct rcu_head rcu;