summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thr.c
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-12-13 00:38:50 +0000
committereadler <eadler@FreeBSD.org>2011-12-13 00:38:50 +0000
commit3072a90209b0633441cd50bc110aaabee8b84361 (patch)
tree1b6fc17c4c3a7b2017bd4d2dc27bc471d3096d4f /sys/kern/kern_thr.c
parentcb0e02e00e9b1dd7c973b926616603c86ba314b7 (diff)
downloadFreeBSD-src-3072a90209b0633441cd50bc110aaabee8b84361.zip
FreeBSD-src-3072a90209b0633441cd50bc110aaabee8b84361.tar.gz
Document a large number of currently undocumented sysctls. While here
fix some style(9) issues and reduce redundancy. PR: kern/155491 PR: kern/155490 PR: kern/155489 Submitted by: Galimov Albert <wtfcrap@mail.ru> Approved by: bde Reviewed by: jhb MFC after: 1 week
Diffstat (limited to 'sys/kern/kern_thr.c')
-rw-r--r--sys/kern/kern_thr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c
index 24c6cfd..a5d9692 100644
--- a/sys/kern/kern_thr.c
+++ b/sys/kern/kern_thr.c
@@ -63,11 +63,11 @@ static SYSCTL_NODE(_kern, OID_AUTO, threads, CTLFLAG_RW, 0,
static int max_threads_per_proc = 1500;
SYSCTL_INT(_kern_threads, OID_AUTO, max_threads_per_proc, CTLFLAG_RW,
- &max_threads_per_proc, 0, "Limit on threads per proc");
+ &max_threads_per_proc, 0, "Limit on threads per proc");
static int max_threads_hits;
SYSCTL_INT(_kern_threads, OID_AUTO, max_threads_hits, CTLFLAG_RD,
- &max_threads_hits, 0, "");
+ &max_threads_hits, 0, "kern.threads.max_threads_per_proc hit count");
#ifdef COMPAT_FREEBSD32
OpenPOWER on IntegriCloud