Searched refs:IBF_ACTIVE (Results 1 – 2 of 2) sorted by relevance
260 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()
93 #define IBF_ACTIVE 0x04 /* This interrupt is active and has a handler. */ macro