aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/taskqueue.9
diff options
context:
space:
mode:
authorYuri Pankov <yuripv@FreeBSD.org>2020-06-07 09:17:57 +0000
committerYuri Pankov <yuripv@FreeBSD.org>2020-06-07 09:17:57 +0000
commit2faadf1096658fa9d84c37c9d2af44d8c34bec6c (patch)
tree9e0e109541de0566057a34a93e715c43b52014ff /share/man/man9/taskqueue.9
parentaa8ab146972cd47a56598f800caebc121f166325 (diff)
downloadsrc-2faadf1096658fa9d84c37c9d2af44d8c34bec6c.tar.gz
src-2faadf1096658fa9d84c37c9d2af44d8c34bec6c.zip
taskqueue(9): reference callout(9) instead of timeout(9)
As timeout(9) was removed and all consumers were converted to callout(9), reference it instead for the description of sbt, pr, and flags arguments. Reviewed by: trasz Differential Revision: https://reviews.freebsd.org/D25165
Notes
Notes: svn path=/head/; revision=361888
Diffstat (limited to 'share/man/man9/taskqueue.9')
-rw-r--r--share/man/man9/taskqueue.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9
index eb1b07d1d722..2ede90458629 100644
--- a/share/man/man9/taskqueue.9
+++ b/share/man/man9/taskqueue.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 17, 2019
+.Dd June 6, 2020
.Dt TASKQUEUE 9
.Os
.Sh NAME
@@ -236,7 +236,7 @@ function provides finer control over the scheduling based on
and
.Va flags ,
as detailed in
-.Xr timeout 9 .
+.Xr callout 9 .
Only non-fast task queues can be used for
.Va timeout_task
scheduling.
@@ -510,10 +510,10 @@ may be delayed an indeterminate amount of time before execution.
If queueing delays cannot be tolerated then a private taskqueue should
be created with a dedicated processing thread.
.Sh SEE ALSO
+.Xr callout 9 ,
.Xr ithread 9 ,
.Xr kthread 9 ,
.Xr swi 9
-.Xr timeout 9
.Sh HISTORY
This interface first appeared in
.Fx 5.0 .