Home
last modified time | relevance | path

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

/freebsd-9-stable/share/man/man9/
DMakefile151 ithread.9 \
743 MLINKS+=ithread.9 ithread_add_handler.9 \
744 ithread.9 ithread_create.9 \
745 ithread.9 ithread_destroy.9 \
746 ithread.9 ithread_priority.9 \
747 ithread.9 ithread_remove_handler.9 \
748 ithread.9 ithread_schedule.9
/freebsd-9-stable/sys/arm/xscale/pxa/
Dpxa_obio.c173 driver_filter_t *filter, driver_intr_t *ithread, void *arg, void **cookiep) in pxa_setup_intr() argument
180 ithread, arg, cookiep); in pxa_setup_intr()
/freebsd-9-stable/sys/kern/
Dkern_intr.c113 static void ithread_destroy(struct intr_thread *ithread);
495 ithread_destroy(struct intr_thread *ithread) in ithread_destroy() argument
499 CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_event->ie_name); in ithread_destroy()
500 td = ithread->it_thread; in ithread_destroy()
502 ithread->it_flags |= IT_DEAD; in ithread_destroy()