Lines Matching full:handled
185 * If 99,900 of the previous 100,000 interrupts have not been handled
249 * But for 'irqfixup == 2' we also do it for handled interrupts if in try_misrouted_irq()
297 * handled an interrupt and we check whether that number in note_interrupt()
313 int handled; in note_interrupt() local
334 * care about the high bits of the handled in note_interrupt()
338 handled = atomic_read(&desc->threads_handled); in note_interrupt()
339 handled |= SPURIOUS_DEFERRED; in note_interrupt()
340 if (handled != desc->threads_handled_last) { in note_interrupt()
350 desc->threads_handled_last = handled; in note_interrupt()
375 * handled we never trigger the spurious in note_interrupt()
377 * of 100k unhandled ones which is handled in note_interrupt()