Re: [RFC PATCH v2] workqueue: Introduce __show_worker_pool_state and __show_workqueue_state.

From: Tejun Heo
Date: Mon Oct 11 2021 - 12:48:10 EST


On Wed, Oct 06, 2021 at 08:38:41AM +1100, Imran Khan wrote:
> So divide show_workqueue_state into more granular functions
> (__show_workqueue_state and __show_worker_pool_state), that would show

This is nit-picky but can we please name them sth like
show_one_workqueue_state() and show_one_worker_pool_state() or just
show_one_workqueue() and show_one_worker_pool() with the corresponding
versions renamed to show_all_workqueues() and show_all_worker_pools()?

Thanks.

--
tejun