diff options
author | kib <kib@FreeBSD.org> | 2015-07-28 17:06:13 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2015-07-28 17:06:13 +0000 |
commit | 9368084956de15647b9e0509fd5470544d8dc80a (patch) | |
tree | f063872c0aa2e441825f21f3a32efe581fbe1e72 /share | |
parent | 8a59bb0b0a335464001e96a099f58def1ab97a42 (diff) | |
download | FreeBSD-src-9368084956de15647b9e0509fd5470544d8dc80a.zip FreeBSD-src-9368084956de15647b9e0509fd5470544d8dc80a.tar.gz |
MFC r285173:
Document the locking context for the directly dispatched callouts.
Cross-reference timeout(9).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/locking.9 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9 index f8ac5f2..3ba0fe7 100644 --- a/share/man/man9/locking.9 +++ b/share/man/man9/locking.9 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 30, 2013 +.Dd July 5, 2015 .Dt LOCKING 9 .Os .Sh NAME @@ -387,6 +387,7 @@ At this time this is a rather easy to remember table. .It interrupt filter: Ta \&ok Ta \&no Ta \&no Ta \&no Ta \&no Ta \&no .It interrupt thread: Ta \&ok Ta \&ok Ta \&ok Ta \&no Ta \&no Ta \&no .It callout: Ta \&ok Ta \&ok Ta \&ok Ta \&no Ta \&no Ta \&no +.It direct callout: Ta \&ok Ta \&no Ta \&no Ta \&no Ta \&no Ta \&no .It system call: Ta \&ok Ta \&ok Ta \&ok Ta \&ok Ta \&ok Ta \&ok .El .Sh SEE ALSO @@ -400,6 +401,7 @@ At this time this is a rather easy to remember table. .Xr sema 9 , .Xr sleep 9 , .Xr sx 9 , +.Xr timeout 9 , .Xr BUS_SETUP_INTR 9 , .Xr LOCK_PROFILING 9 .Sh HISTORY |