Skip to content

Commit 2c534f2

Browse files
Audra Mitchellhtejun
authored andcommitted
Documentation/core-api: Update events_freezable_power references.
Due to commit 8318d6a ("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 <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent b1e6ec0 commit 2c534f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/core-api/workqueue.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ configuration, worker pools and how workqueues map to the pools: ::
671671
events_unbound unbound 9 9 10 10 8
672672
events_freezable percpu 0 2 4 6
673673
events_power_efficient percpu 0 2 4 6
674-
events_freezable_power_ percpu 0 2 4 6
674+
events_freezable_pwr_ef percpu 0 2 4 6
675675
rcu_gp percpu 0 2 4 6
676676
rcu_par_gp percpu 0 2 4 6
677677
slub_flushwq percpu 0 2 4 6
@@ -694,7 +694,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
694694
events_unbound 38306 0 0.1 - 7 - -
695695
events_freezable 0 0 0.0 0 0 - -
696696
events_power_efficient 29598 0 0.2 0 0 - -
697-
events_freezable_power_ 10 0 0.0 0 0 - -
697+
events_freezable_pwr_ef 10 0 0.0 0 0 - -
698698
sock_diag_events 0 0 0.0 0 0 - -
699699

700700
total infl CPUtime CPUhog CMW/RPR mayday rescued
@@ -704,7 +704,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
704704
events_unbound 38322 0 0.1 - 7 - -
705705
events_freezable 0 0 0.0 0 0 - -
706706
events_power_efficient 29603 0 0.2 0 0 - -
707-
events_freezable_power_ 10 0 0.0 0 0 - -
707+
events_freezable_pwr_ef 10 0 0.0 0 0 - -
708708
sock_diag_events 0 0 0.0 0 0 - -
709709

710710
...

0 commit comments

Comments
 (0)