Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_intr.c69 struct intr_thread { struct
104 struct intr_thread *ithd);
106 struct trapframe *frame, struct intr_thread **ithd);
107 static struct intr_thread *ithread_create(const char *name,
111 static struct intr_thread *ithread_create(const char *name);
113 static void ithread_destroy(struct intr_thread *ithread);
121 static void ithread_update(struct intr_thread *ithd);
166 ithread_update(struct intr_thread *ithd) in ithread_update()
518 static struct intr_thread *
521 struct intr_thread *ithd; in ithread_create()
[all …]
/freebsd-11-stable/sys/sys/
HDinterrupt.h36 struct intr_thread;
55 struct intr_thread *ih_thread; /* Ithread for filtered handler. */
111 struct intr_thread *ie_thread; /* Thread we are connected to. */