Searched refs:ithread (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_intr.c | 116 static void ithread_destroy(struct intr_thread *ithread); 126 PMC_SOFT_DEFINE( , , intr, ithread); 578 ithread_destroy(struct intr_thread *ithread) in ithread_destroy() argument 583 td = ithread->it_thread; in ithread_destroy() 584 ie = ithread->it_event; in ithread_destroy() 591 ithread->it_flags |= IT_DEAD; in ithread_destroy() 598 msleep(ithread, &ie->ie_lock, 0, "ithd_dth", 0); in ithread_destroy() 1407 PMC_SOFT_CALL_TF( , , intr, ithread, frame); in intr_event_handle()
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 3015 # 20221015: update the ithread(9) man page 3016 OLD_FILES+=usr/share/man/man9/ithread.9.gz
|