Searched refs:ih_evcnt (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arc/pci/
H A Dnecpbvar.h47 struct evcnt ih_evcnt; /* interrupt counter */ member in struct:necpb_intrhand
H A Dnecpb.c412 evcnt_attach_dynamic(&n->ih_evcnt, EVCNT_TYPE_INTR, NULL, "necpb",
457 evcnt_detach(&n->ih_evcnt);
486 p->ih_evcnt.ev_count++;
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/include/
H A Dintr.h62 struct evcnt ih_evcnt; member in struct:sgimips_intr
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/include/
H A Dintr.h65 struct evcnt ih_evcnt; member in struct:mipsco_intr
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dmvpexvar.h39 struct evcnt ih_evcnt; member in struct:mvpex_intrhand
H A Dmvpex.c222 ih->ih_evcnt.ev_count++;
671 evcnt_attach_dynamic(&pexih->ih_evcnt, EVCNT_TYPE_INTR, NULL, "mvpex",
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Djazzio.c79 struct evcnt ih_evcnt; /* interrupt counter */ member in struct:jazzio_intrhand
184 evcnt_attach_dynamic(&jirp->ih_evcnt, EVCNT_TYPE_INTR,
199 evcnt_detach(&jirp->ih_evcnt);
223 jirp->ih_evcnt.ev_count++;
/netbsd-6-1-5-RELEASE/sys/arch/landisk/landisk/
H A Dintr.c53 struct evcnt ih_evcnt; member in struct:intrhand
196 evcnt_attach_dynamic(&ih->ih_evcnt, EVCNT_TYPE_INTR,
237 evcnt_detach(&ih->ih_evcnt);
361 ih->ih_evcnt.ev_count++;
/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/ap_ms104_sh4/
H A Dap_ms104_sh4_intr.c54 struct evcnt ih_evcnt; member in struct:intrhand
155 evcnt_attach_dynamic(&ih->ih_evcnt, EVCNT_TYPE_INTR, NULL, "ext", name);
226 evcnt_detach(&ih->ih_evcnt);
284 ih->ih_evcnt.ev_count++;
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disabus.c395 evcnt_attach_dynamic(&ih->ih_evcnt, EVCNT_TYPE_INTR, NULL, "isa",
444 ih->ih_evcnt.ev_count++;
449 ih->ih_evcnt.ev_count++;
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Disa_machdep.h144 struct evcnt ih_evcnt; member in struct:isa_intrhand

Completed in 140 milliseconds