Home
last modified time | relevance | path

Searched refs:IRQS_REPLAY (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/kernel/irq/
Dresend.c65 if (desc->istate & IRQS_REPLAY) in check_irq_resend()
69 desc->istate |= IRQS_REPLAY; in check_irq_resend()
Dchip.c302 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_simple_irq()
334 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_level_irq()
382 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_fasteoi_irq()
433 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_irq()
493 desc->istate &= ~(IRQS_REPLAY | IRQS_WAITING); in handle_edge_eoi_irq()
Ddebug.h33 PS(IRQS_REPLAY); in print_irq_desc()
Dinternals.h54 IRQS_REPLAY = 0x00000040, enumerator