Home
last modified time | relevance | path

Searched refs:intr_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_intr.c72 struct intr_thread { struct
115 static struct intr_thread *ithread_create(const char *name);
116 static void ithread_destroy(struct intr_thread *ithread);
120 static void ithread_update(struct intr_thread *ithd);
183 ithread_update(struct intr_thread *ithd) in ithread_update()
553 static struct intr_thread *
556 struct intr_thread *ithd; in ithread_create()
560 ithd = malloc(sizeof(struct intr_thread), M_ITHREAD, M_WAITOK | M_ZERO); in ithread_create()
578 ithread_destroy(struct intr_thread *ithread) in ithread_destroy()
608 struct intr_thread *it; in intr_event_add_handler()
[all …]
/freebsd/sys/sys/
H A Dinterrupt.h37 struct intr_thread;
114 struct intr_thread *ie_thread; /* Thread we are connected to. */