Lines Matching full:threaded
91 * associated threaded handlers into account.
94 * parts (hardirq and threaded handler) have completed.
96 * Returns: false if a threaded handler is active.
125 * threaded handlers are active. in __synchronize_irq()
742 * Returns: false if a threaded handler is active.
993 * Default primary interrupt handler for threaded interrupts. Is
1003 * Primary handler for nested threaded interrupts. Should never be
1082 * Oneshot interrupts keep the irq line masked until the threaded
1137 * Interrupts explicitly requested as threaded interrupts want to be
1153 * Interrupts which are not explicitly requested as threaded
1321 * threaded interrupts already in irq_setup_forced_threading()
1499 * masked until the threaded handled is done. If there is no thread in __setup_irq()
1547 * threaded irq without a primary hard irq context handler in __setup_irq()
1551 * the threaded handler for those. in __setup_irq()
1709 pr_err("Threaded irq requested with handler=NULL and !ONESHOT for %s (irq %d)\n", in __setup_irq()
1915 * Aside of that the bus_lock can also be taken from the threaded in __free_irq()
2079 * Primary handler for threaded interrupts.
2094 * If you want to set up a threaded irq handler for your device then you
2210 * Threaded handler for threaded interrupts.
2216 * and IRQ handling. It selects either a hardirq or threaded handling
2250 * Threaded handler for threaded interrupts.
2259 * cannot be threaded.