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

/freebsd-10.1-release/sys/arm/xscale/pxa/
H A Dpxa_obio.c173 driver_filter_t *filter, driver_intr_t *ithread, void *arg, void **cookiep)
181 filter, ithread, arg, cookiep);
172 pxa_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_filter_t *filter, driver_intr_t *ithread, void *arg, void **cookiep) argument
/freebsd-10.1-release/share/man/man9/
H A DMakefile151 ithread.9 \
764 MLINKS+=ithread.9 ithread_add_handler.9 \
765 ithread.9 ithread_create.9 \
766 ithread.9 ithread_destroy.9 \
767 ithread.9 ithread_priority.9 \
768 ithread.9 ithread_remove_handler.9 \
769 ithread.9 ithread_schedule.9
/freebsd-10.1-release/sys/kern/
H A Dkern_intr.c89 static MALLOC_DEFINE(M_ITHREAD, "ithread", "Interrupt Threads");
113 static void ithread_destroy(struct intr_thread *ithread);
124 /* Map an interrupt type to an ithread priority. */
163 * Update an ithread based on the associated intr_event.
242 * If this event has an ithread, update it's priority and
495 ithread_destroy(struct intr_thread *ithread) argument
499 CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_event->ie_name);
500 td = ithread->it_thread;
502 ithread->it_flags |= IT_DEAD;
551 msleep(ie, &ie->ie_lock, 0, "ithread",
[all...]

Completed in 58 milliseconds