Searched refs:ithd (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/kern/
H A Dkern_intr.c120 static void ithread_update(struct intr_thread *ithd);
183 ithread_update(struct intr_thread *ithd) argument
189 ie = ithd->it_event;
190 td = ithd->it_thread;
560 struct intr_thread *ithd; local
564 ithd = malloc(sizeof(struct intr_thread), M_ITHREAD, M_WAITOK | M_ZERO);
566 error = kproc_kthread_add(ithread_loop, ithd, &intrproc,
576 ithd->it_thread = td;
578 return (ithd);
819 struct intr_thread *ithd; local
1259 struct intr_thread *ithd; local
[all...]

Completed in 142 milliseconds