Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_intr.c71 struct intr_thread { struct
106 static struct intr_thread *ithread_create(const char *name);
107 static void ithread_destroy(struct intr_thread *ithread);
111 static void ithread_update(struct intr_thread *ithd);
156 ithread_update(struct intr_thread *ithd) in ithread_update()
530 static struct intr_thread *
533 struct intr_thread *ithd; in ithread_create()
537 ithd = malloc(sizeof(struct intr_thread), M_ITHREAD, M_WAITOK | M_ZERO); in ithread_create()
555 ithread_destroy(struct intr_thread *ithread) in ithread_destroy()
577 struct intr_thread *it; in intr_event_add_handler()
[all …]
/freebsd-13-stable/sys/sys/
HDinterrupt.h37 struct intr_thread;
114 struct intr_thread *ie_thread; /* Thread we are connected to. */