Searched defs:evtsource (Results 1 – 2 of 2) sorted by relevance
55 struct evtsource { struct56 int ev_maxlevel; /* max. IPL for this source */57 uint64_t ev_imask; /* interrupt mask */58 struct intrhand *ev_handlers; /* handler chain */59 struct evcnt ev_evcnt; /* interrupt counter */60 struct cpu_info *ev_cpu; /* cpu on which this event is bound */61 char ev_intrname[INTRIDBUF]; /* interrupt string */62 char ev_xname[INTRDEVNAMEBUF]; /* handler device list */63 struct intrsource *ev_isl; /* entry in intr sources list */
101 struct evtsource *evtsource[NR_EVENT_CHANNELS]; variable