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

  /src/sys/arch/xen/xen/
evtchn.c 366 ih = ih->ih_evt_next;
392 ih = ih->ih_evt_next;
401 ih = ih->ih_evt_next;
790 for (ih = evts->ev_handlers; ih != NULL; ih = ih->ih_evt_next) {
830 ihp = &((*ihp)->ih_evt_next)) {
835 ih->ih_evt_next = *ihp;
902 esh_args.ih->ih_evt_next = NULL;
1016 ihp = &(*ihp)->ih_evt_next) {
1024 *ihp = ih->ih_evt_next;
1058 for (ih = evts->ev_handlers; ih != NULL; ih = ih->ih_evt_next) {
    [all...]
  /src/sys/arch/x86/include/
intr.h 146 struct intrhand *ih_evt_next; member in struct:intrhand
  /src/sys/arch/xen/x86/
hypervisor_machdep.c 171 ih = ih->ih_evt_next;

Completed in 22 milliseconds