Home
last modified time | relevance | path

Searched defs:soft_intr (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/arm64/include/
H A Dsoftintr.h66 struct soft_intr { struct
87 struct soft_intr *__si = __sih->sih_intrhead; \ argument
/openbsd/sys/arch/powerpc64/include/
H A Dsoftintr.h65 struct soft_intr { struct
86 struct soft_intr *__si = __sih->sih_intrhead; \ argument
/openbsd/sys/arch/riscv64/include/
H A Dsoftintr.h66 struct soft_intr { struct
87 struct soft_intr *__si = __sih->sih_intrhead; \ argument
/openbsd/sys/dev/usb/
H A Dusbdivar.h65 void (*soft_intr)(void *); member