Lines Matching full:handled
145 * If 99,900 of the previous 100,000 interrupts have not been handled
202 * But for 'irqfixup == 2' we also do it for handled interrupts if in try_misrouted_irq()
246 * handled an interrupt and we check whether that number in note_interrupt()
262 int handled; in note_interrupt() local
283 * care about the high bits of the handled in note_interrupt()
287 handled = atomic_read(&desc->threads_handled); in note_interrupt()
288 handled |= SPURIOUS_DEFERRED; in note_interrupt()
289 if (handled != desc->threads_handled_last) { in note_interrupt()
299 desc->threads_handled_last = handled; in note_interrupt()
324 * handled we never trigger the spurious in note_interrupt()
326 * of 100k unhandled ones which is handled in note_interrupt()