Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_intr.c111 static void ithread_destroy(struct intr_thread *ithread);
556 ithread_destroy(struct intr_thread *ithread) in ithread_destroy() argument
560 CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_event->ie_name); in ithread_destroy()
561 td = ithread->it_thread; in ithread_destroy()
563 ithread->it_flags |= IT_DEAD; in ithread_destroy()