Is there analog of `softint_establish and co.` in DFly kernel?

Matthew Dillon dillon at apollo.backplane.com
Mon Nov 26 09:58:57 PST 2007


:Which mechanisms in DFLy kernel may use as analog with some
:functianality of softint_XXX?
:

    We have a software interrupt mechanism via the SWI_* defines in
    sys/interrupt.h.  Various bits of code use them, for example
    the kernel task queue (kern/subr_taskqueue.c), CAM (bus/cam/cam_xpt.c),
    and a few others.

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Kernel mailing list