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
This commit is contained in:
Yuri Pankov 2020-06-07 09:17:57 +00:00
parent aa8ab14697
commit 2faadf1096
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361888

View File

@ -28,7 +28,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd October 17, 2019 .Dd June 6, 2020
.Dt TASKQUEUE 9 .Dt TASKQUEUE 9
.Os .Os
.Sh NAME .Sh NAME
@ -236,7 +236,7 @@ function provides finer control over the scheduling based on
and and
.Va flags , .Va flags ,
as detailed in as detailed in
.Xr timeout 9 . .Xr callout 9 .
Only non-fast task queues can be used for Only non-fast task queues can be used for
.Va timeout_task .Va timeout_task
scheduling. 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 If queueing delays cannot be tolerated then a private taskqueue should
be created with a dedicated processing thread. be created with a dedicated processing thread.
.Sh SEE ALSO .Sh SEE ALSO
.Xr callout 9 ,
.Xr ithread 9 , .Xr ithread 9 ,
.Xr kthread 9 , .Xr kthread 9 ,
.Xr swi 9 .Xr swi 9
.Xr timeout 9
.Sh HISTORY .Sh HISTORY
This interface first appeared in This interface first appeared in
.Fx 5.0 . .Fx 5.0 .