HomeSort by: relevance | last modified time | path
    Searched defs:INCRINTRCNT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/alpha/tc/
ioasic.c 296 #define INCRINTRCNT(slot) ioasicintrs[slot].iai_evcnt.ev_count++
302 INCRINTRCNT(slot); \
tc_3000_300.c 254 #define INCRINTRCNT(slot) tc_3000_300_intr[slot].tci_evcnt.ev_count++
259 INCRINTRCNT(slot); \
tc_3000_500.c 240 #define INCRINTRCNT(slot) tc_3000_500_intr[slot].tci_evcnt.ev_count++
245 INCRINTRCNT(slot); \
  /src/sys/dev/tc/
tcds.c 458 #define INCRINTRCNT(slot) sc->sc_slots[slot].sc_evcnt.ev_count++
462 INCRINTRCNT(slot); \

Completed in 47 milliseconds