Commit 98c790b
workqueue: Rename show_cpu_pool{s,}_hog{s,}() to reflect broadened scope
show_cpu_pool_hog() and show_cpu_pools_hogs() no longer only dump CPU
hogs — since commit 8823eae ("workqueue: Show all busy workers in
stall diagnostics"), they dump every in-flight worker in the pool's
busy_hash.
Rename them to show_cpu_pool_busy_workers() and
show_cpu_pools_busy_workers() to accurately describe what they do.
Also fix the pr_info() message to say "stalled worker pools" instead of
"stalled CPU-bound worker pools", since sleeping/blocked workers are now
included.
No functional change.
Suggested-by: Tejun Heo <[email protected]>
Signed-off-by: Breno Leitao <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>1 parent 9e83d51 commit 98c790b
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7587 | 7587 | | |
7588 | 7588 | | |
7589 | 7589 | | |
7590 | | - | |
| 7590 | + | |
7591 | 7591 | | |
7592 | 7592 | | |
7593 | 7593 | | |
| |||
7612 | 7612 | | |
7613 | 7613 | | |
7614 | 7614 | | |
7615 | | - | |
| 7615 | + | |
7616 | 7616 | | |
7617 | 7617 | | |
7618 | 7618 | | |
7619 | 7619 | | |
7620 | | - | |
| 7620 | + | |
7621 | 7621 | | |
7622 | 7622 | | |
7623 | 7623 | | |
7624 | 7624 | | |
7625 | 7625 | | |
7626 | | - | |
| 7626 | + | |
7627 | 7627 | | |
7628 | 7628 | | |
7629 | 7629 | | |
| |||
7720 | 7720 | | |
7721 | 7721 | | |
7722 | 7722 | | |
7723 | | - | |
| 7723 | + | |
7724 | 7724 | | |
7725 | 7725 | | |
7726 | 7726 | | |
| |||
0 commit comments