]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
"fast swi" taskqueue support. This is a taskqueue that uses spinlocks
authorsam <sam@FreeBSD.org>
Fri, 5 Sep 2003 23:09:22 +0000 (23:09 +0000)
committersam <sam@FreeBSD.org>
Fri, 5 Sep 2003 23:09:22 +0000 (23:09 +0000)
commit546fd338df0b9b22bd11afd07c5e3e8735c09ab6
treeb2b8548c093d546ea8a2d30c93dafdef717cfee7
parent27b68e0947c6cecbcd383634979d4f8c818c30ca
"fast swi" taskqueue support.  This is a taskqueue that uses spinlocks
making it useful for dispatching swi tasks from fast interrupt handlers.

Sponsered by: FreeBSD Foundation
sys/kern/subr_taskqueue.c
sys/sys/interrupt.h
sys/sys/taskqueue.h