summaryrefslogtreecommitdiffstats
path: root/share/man/man4/sched_ule.4
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-08-10 19:02:49 +0000
committermav <mav@FreeBSD.org>2012-08-10 19:02:49 +0000
commit5b837de0b30c64efe81d5ee95949ecc3ce5978c9 (patch)
tree1f818147214783cba5a546aa9c20fed7152836b4 /share/man/man4/sched_ule.4
parent50fe3717a6a062e999254b82b00c757ffca8f8ad (diff)
downloadFreeBSD-src-5b837de0b30c64efe81d5ee95949ecc3ce5978c9.zip
FreeBSD-src-5b837de0b30c64efe81d5ee95949ecc3ce5978c9.tar.gz
Some minor tunings/cleanups inspired by bde@ after previous commits:
- remove extra dynamic variable initializations; - restore (4BSD) and implement (ULE) hogticks variable setting; - make sched_rr_interval() more tolerant to options; - restore (4BSD) and implement (ULE) kern.sched.quantum sysctl, a more user-friendly wrapper for sched_slice; - tune some sysctl descriptions; - make some style fixes.
Diffstat (limited to 'share/man/man4/sched_ule.4')
-rw-r--r--share/man/man4/sched_ule.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/sched_ule.4 b/share/man/man4/sched_ule.4
index fdb96f1..42dee4d 100644
--- a/share/man/man4/sched_ule.4
+++ b/share/man/man4/sched_ule.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 21, 2008
+.Dd August 10, 2012
.Dt SCHED_ULE 4
.Os
.Sh NAME
@@ -59,6 +59,9 @@ The following sysctls are relevant to the operation of
.Bl -tag -width indent
.It Va kern.sched.name
This read-only sysctl reports the name of the active scheduler.
+.It Va kern.sched.quantum
+This read-write sysctl reports or sets the length of the quantum (in
+micro-seconds) granted to a thread.
.El
.Sh SEE ALSO
.Xr sched_4bsd 4 ,
OpenPOWER on IntegriCloud