Module Name: src
Committed By: ozaki-r
Date: Fri Mar 16 04:43:38 UTC 2018
Modified Files:
src/sys/kern: subr_lockdebug.c
Log Message:
Add a new command, show lockstat, which shows statistics of locks
Currently the command shows the number of allocated locks.
The command is useful only if LOCKDEBUG is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/kern/subr_lockdebug.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.