Re: [PATCH 3/6] workqueue: release pwq pools by pool type
Tejun Heo <[email protected]>
| Newsgroups | gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Hello, On Mon, Aug 03, 2026 at 07:02:46AM -0700, Breno Leitao wrote: > > > +/* True if @pool is tied to a specific CPU, rather than an unbound > > > pool. */ +static bool is_pool_cpu_specific(struct worker_pool *pool) > > > > I'm not sure about introducing a new term. Can we just stick to > > percpu? > > Sure -- is_percpu_pool() any better? Yeah, that sounds fine to me. Thanks. -- tejun