Document the locking context for the directly dispatched callouts.

Cross-reference timeout(9).

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2015-07-05 19:29:24 +00:00
parent f131759f54
commit e6e979f5d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285173

View File

@ -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
@ -401,7 +402,8 @@ At this time this is a rather easy to remember table.
.Xr rwlock 9 ,
.Xr sema 9 ,
.Xr sleep 9 ,
.Xr sx 9
.Xr sx 9 ,
.Xr timeout 9
.Sh HISTORY
These
functions appeared in