HomeSort by: relevance | last modified time | path
    Searched refs:is_handlers (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x86/x86/
x86_softintr.c 178 for (q = ci->ci_isources[irq]->is_handlers; q; q = q->ih_next)
203 for (q = ci->ci_isources[irq]->is_handlers; q;
233 isp->is_handlers = &fake_preempt_intrhand;
264 isp->is_handlers = &fake_softbio_intrhand;
270 isp->is_handlers = &fake_softnet_intrhand;
276 isp->is_handlers = &fake_softserial_intrhand;
282 isp->is_handlers = &fake_softclock_intrhand;
intr.c 447 if (isp->is_handlers != NULL) {
650 if (isp->is_handlers != NULL)
890 if (source->is_handlers != NULL &&
939 if (source->is_handlers != NULL) {
945 && isp->is_handlers == NULL)
962 for (p = &ci->ci_isources[slot]->is_handlers;
1217 for (p = &source->is_handlers; (q = *p) != NULL && q != ih;
1237 if (source->is_handlers == NULL)
1261 for (ih = isp->is_handlers; ih != NULL; ih = ih->ih_next)
1418 isp->is_handlers = &fake_timer_intrhand
    [all...]
  /src/sys/arch/x86/include/
intr.h 92 struct intrhand *is_handlers; /* handler chain */ member in struct:intrsource
  /src/sys/arch/xen/xen/
evtchn.c 846 evts->ev_isl->is_handlers = evts->ev_handlers;
859 ih->ih_next = ipls->is_handlers;
860 ipls->is_handlers = ih;
937 * the assembly can't handle is_handlers being NULL
1037 for (ihp = &ipls->is_handlers; *ihp != NULL; ihp = &(*ihp)->ih_next) {
1042 panic("event_remove_handler_xcall: not in is_handlers");
1046 evts->ev_isl->is_handlers = evts->ev_handlers;
1087 KASSERT(evts->ev_isl->is_handlers == NULL);
  /src/sys/arch/x86/isa/
isa_machdep.c 171 for (p = &isp->is_handlers, tmp = 0; (q = *p) != NULL;

Completed in 39 milliseconds