Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 16:55:08 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268369 - head/share/man/man9
Message-ID:  <201407071655.s67Gt8cw086030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071655.s67Gt8cw086030>