svn commit: r268369 - head/share/man/man9
Warner Losh
imp at FreeBSD.org
Mon Jul 7 16:55:08 UTC 2014
Author: imp
Date: Mon Jul 7 16:55:07 2014
New Revision: 268369
URL: http://svnweb.freebsd.org/changeset/base/268369
Log:
Document C_HARDCLOCK flag.
Modified:
head/share/man/man9/timeout.9
Modified: head/share/man/man9/timeout.9
==============================================================================
--- head/share/man/man9/timeout.9 Mon Jul 7 16:43:42 2014 (r268368)
+++ head/share/man/man9/timeout.9 Mon Jul 7 16:55:07 2014 (r268369)
@@ -372,6 +372,11 @@ divided by acceptable time deviation: 1
Smaller value allows to aggregate more events in one timer interrupt to
reduce processing overhead and power consumption.
.El
+.It Dv C_HARDCLOCK
+Align the timeouts, if possible, to
+.Fn hardclock
+calls.
+.El
.Pp
The functions
.Fn callout_reset_curcpu
More information about the svn-src-all
mailing list