Lines Matching full:interrupt
8 kstat_intr \- structure for interrupt kstats
25 Interrupt statistics are kept in the \fBkstat_intr\fR structure. When
26 \fBkstat_create\fR(9F) creates an interrupt \fBkstat\fR, the \fBks_data\fR
38 An interrupt is a hard interrupt (sourced from the hardware device itself), a
39 soft interrupt (induced by the system through the use of some system interrupt
40 source), a watchdog interrupt (induced by a periodic timer call), spurious (an
41 interrupt entry point was entered but there was no interrupt to service), or
42 multiple service (an interrupt was detected and serviced just prior to
48 for auto-vectored devices in order to pinpoint any interrupt latency problems
52 Devices that have more than one interrupt of the same type should use multiple
58 ulong_t intrs[KSTAT_NUM_INTRS]; /* interrupt counters */
66 based on the type of interrupt condition.
76 Hard interrupt
85 Soft interrupt
94 Watchdog interrupt
103 Spurious interrupt
112 Multiple service interrupt