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

Previous thread: Is there analog of `softint_establish and co.` in DFly kernel? by Dmitry Komissaroff on Monday, November 26, 2007 - 5:03 am. (1 message)

Next thread: HAMMER update 26-Nov 2007 by Matthew Dillon on Tuesday, November 27, 2007 - 3:58 am. (1 message)
To: <kernel@...>
Date: Monday, November 26, 2007 - 1:53 pm

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@backplane.com>

Previous thread: Is there analog of `softint_establish and co.` in DFly kernel? by Dmitry Komissaroff on Monday, November 26, 2007 - 5:03 am. (1 message)

Next thread: HAMMER update 26-Nov 2007 by Matthew Dillon on Tuesday, November 27, 2007 - 3:58 am. (1 message)