Skip to content

Commit 62bf706

Browse files
ioworker0akpm00
authored andcommitted
hung_task: add docs for hung_task_detect_count
This commit introduces documentation for hung_task_detect_count in kernel.rst. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Mingzhe Yang <[email protected]> Signed-off-by: Lance Yang <[email protected]> Cc: Bang Li <[email protected]> Cc: Baolin Wang <[email protected]> Cc: David Hildenbrand <[email protected]> Cc: Huang Cun <[email protected]> Cc: Joel Granados <[email protected]> Cc: Joel Granados <[email protected]> Cc: John Siddle <[email protected]> Cc: Kent Overstreet <[email protected]> Cc: Ryan Roberts <[email protected]> Cc: Thomas Weißschuh <[email protected]> Cc: Yongliang Gao <[email protected]> Cc: Zi Yan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 03ecb24 commit 62bf706

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/admin-guide/sysctl/kernel.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,15 @@ The upper bound on the number of tasks that are checked.
401401
This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
402402

403403

404+
hung_task_detect_count
405+
======================
406+
407+
Indicates the total number of tasks that have been detected as hung since
408+
the system boot.
409+
410+
This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
411+
412+
404413
hung_task_timeout_secs
405414
======================
406415

0 commit comments

Comments
 (0)