taskqueue.9: replace ithread(9) with intr_event(9)

Signed-off-by: Miroslav Cimerman <mc@doas.su>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1845
This commit is contained in:
Miroslav Cimerman
2025-09-13 23:35:17 +02:00
committed by Warner Losh
parent c8b87aa10d
commit 3b6f0edd5c
+1 -1
View File
@@ -530,7 +530,7 @@ 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 intr_event 9 ,
.Xr kthread 9 ,
.Xr swi 9
.Sh HISTORY