Lines Matching full:threaded
83 * will deadlock. It does not take associated threaded handlers
87 * that all parts (hardirq and threaded handler) have completed.
89 * Returns: false if a threaded handler is active.
116 * threaded handlers are active. in __synchronize_irq()
757 * Returns: false if a threaded handler is active.
1032 * Default primary interrupt handler for threaded interrupts. Is
1042 * Primary handler for nested threaded interrupts. Should never be
1130 * Oneshot interrupts keep the irq line masked until the threaded
1185 * Interrupts explicitly requested as threaded interrupts want to be
1201 * Interrupts which are not explicitly requested as threaded
1370 * threaded interrupts already in irq_setup_forced_threading()
1566 * threaded irq without a primary hard irq context handler in __setup_irq()
1570 * the threaded handler for those. in __setup_irq()
1721 pr_err("Threaded irq requested with handler=NULL and !ONESHOT for %s (irq %d)\n", in __setup_irq()
1929 * Aside of that the bus_lock can also be taken from the threaded in __free_irq()
2103 * Primary handler for threaded interrupts.
2119 * If you want to set up a threaded irq handler for your device
2236 * Threaded handler for threaded interrupts.
2243 * hardirq or threaded handling method depending on the
2277 * Threaded handler for threaded interrupts.
2287 * cannot be threaded.