[PATCH] Documentation/core-api: Update events_freezable_power references.

Audra Mitchell posted 1 patch 1 year, 10 months ago
Documentation/core-api/workqueue.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH] Documentation/core-api: Update events_freezable_power references.
Posted by Audra Mitchell 1 year, 10 months ago
Due to commit 8318d6a6362f ("workqueue: Shorten
events_freezable_power_efficient name") we now have some stale
references in the workqeueue documentation, so updating those
references accordingly.

Signed-off-by: Audra Mitchell <audra@redhat.com>
---
 Documentation/core-api/workqueue.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst
index ed73c612174d..bcc370c876be 100644
--- a/Documentation/core-api/workqueue.rst
+++ b/Documentation/core-api/workqueue.rst
@@ -671,7 +671,7 @@ configuration, worker pools and how workqueues map to the pools: ::
   events_unbound           unbound  9  9 10 10  8
   events_freezable         percpu   0  2  4  6
   events_power_efficient   percpu   0  2  4  6
-  events_freezable_power_  percpu   0  2  4  6
+  events_freezable_pwr_ef  percpu   0  2  4  6
   rcu_gp                   percpu   0  2  4  6
   rcu_par_gp               percpu   0  2  4  6
   slub_flushwq             percpu   0  2  4  6
@@ -694,7 +694,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
   events_unbound              38306     0      0.1       -       7       -       -
   events_freezable                0     0      0.0       0       0       -       -
   events_power_efficient      29598     0      0.2       0       0       -       -
-  events_freezable_power_        10     0      0.0       0       0       -       -
+  events_freezable_pwr_ef        10     0      0.0       0       0       -       -
   sock_diag_events                0     0      0.0       0       0       -       -
 
                               total  infl  CPUtime  CPUhog CMW/RPR  mayday rescued
@@ -704,7 +704,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
   events_unbound              38322     0      0.1       -       7       -       -
   events_freezable                0     0      0.0       0       0       -       -
   events_power_efficient      29603     0      0.2       0       0       -       -
-  events_freezable_power_        10     0      0.0       0       0       -       -
+  events_freezable_pwr_ef        10     0      0.0       0       0       -       -
   sock_diag_events                0     0      0.0       0       0       -       -
 
   ...
-- 
2.44.0
Re: [PATCH] Documentation/core-api: Update events_freezable_power references.
Posted by Randy Dunlap 1 year, 10 months ago

On 4/3/24 11:00 AM, Audra Mitchell wrote:
> Due to commit 8318d6a6362f ("workqueue: Shorten
> events_freezable_power_efficient name") we now have some stale
> references in the workqeueue documentation, so updating those
> references accordingly.
> 
> Signed-off-by: Audra Mitchell <audra@redhat.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/core-api/workqueue.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst
> index ed73c612174d..bcc370c876be 100644
> --- a/Documentation/core-api/workqueue.rst
> +++ b/Documentation/core-api/workqueue.rst
> @@ -671,7 +671,7 @@ configuration, worker pools and how workqueues map to the pools: ::
>    events_unbound           unbound  9  9 10 10  8
>    events_freezable         percpu   0  2  4  6
>    events_power_efficient   percpu   0  2  4  6
> -  events_freezable_power_  percpu   0  2  4  6
> +  events_freezable_pwr_ef  percpu   0  2  4  6
>    rcu_gp                   percpu   0  2  4  6
>    rcu_par_gp               percpu   0  2  4  6
>    slub_flushwq             percpu   0  2  4  6
> @@ -694,7 +694,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
>    events_unbound              38306     0      0.1       -       7       -       -
>    events_freezable                0     0      0.0       0       0       -       -
>    events_power_efficient      29598     0      0.2       0       0       -       -
> -  events_freezable_power_        10     0      0.0       0       0       -       -
> +  events_freezable_pwr_ef        10     0      0.0       0       0       -       -
>    sock_diag_events                0     0      0.0       0       0       -       -
>  
>                                total  infl  CPUtime  CPUhog CMW/RPR  mayday rescued
> @@ -704,7 +704,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
>    events_unbound              38322     0      0.1       -       7       -       -
>    events_freezable                0     0      0.0       0       0       -       -
>    events_power_efficient      29603     0      0.2       0       0       -       -
> -  events_freezable_power_        10     0      0.0       0       0       -       -
> +  events_freezable_pwr_ef        10     0      0.0       0       0       -       -
>    sock_diag_events                0     0      0.0       0       0       -       -
>  
>    ...

-- 
#Randy
Re: [PATCH] Documentation/core-api: Update events_freezable_power references.
Posted by Tejun Heo 1 year, 10 months ago
On Wed, Apr 03, 2024 at 02:00:22PM -0400, Audra Mitchell wrote:
> Due to commit 8318d6a6362f ("workqueue: Shorten
> events_freezable_power_efficient name") we now have some stale
> references in the workqeueue documentation, so updating those
> references accordingly.
> 
> Signed-off-by: Audra Mitchell <audra@redhat.com>

Applied to wq/for-6.9-fixes.

Thanks.

-- 
tejun