Home
last modified time | relevance | path

Searched refs:IBF_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/sparc64/kernel/
Dirq.c260 if ((bucket->flags & IBF_ACTIVE) || in build_irq()
365 bucket->flags |= IBF_ACTIVE; in request_irq()
367 if((bucket->flags & IBF_ACTIVE) != 0) { in request_irq()
417 bucket->flags |= IBF_ACTIVE; in request_irq()
551 bucket->flags &= ~IBF_ACTIVE; in free_irq()
560 (bp->flags & IBF_ACTIVE) != 0) in free_irq()
855 if ((flags & IBF_ACTIVE) != 0) { in handler_irq()
1002 bucket->flags |= IBF_ACTIVE; in request_fast_irq()
/linux-2.4.37.9/include/asm-sparc64/
Dirq.h93 #define IBF_ACTIVE 0x04 /* This interrupt is active and has a handler. */ macro