Searched defs:intr_event (Results 1 – 1 of 1) sorted by relevance
109 struct intr_event { struct113 char ie_fullname[MAXCOMLEN + 1];114 struct mtx ie_lock;115 void *ie_source; /* Cookie used by MD code. */117 void (*ie_pre_ithread)(void *);118 void (*ie_post_ithread)(void *);119 void (*ie_post_filter)(void *);120 int (*ie_assign_cpu)(void *, int);121 int ie_flags;123 int ie_count; /* Loop counter. */[all …]