Searched refs:_IRQ_INPROGRESS (Results 1 – 3 of 3) sorted by relevance
220 set_bit(_IRQ_INPROGRESS, &desc->status); in do_IRQ()237 test_bit(_IRQ_INPROGRESS, &desc->status) ) in do_IRQ()240 set_bit(_IRQ_INPROGRESS, &desc->status); in do_IRQ()260 clear_bit(_IRQ_INPROGRESS, &desc->status); in do_IRQ()309 do { smp_mb(); } while ( test_bit(_IRQ_INPROGRESS, &desc->status) ); in release_irq()
197 if ( test_bit(_IRQ_INPROGRESS, &desc->status) ) in gic_remove_irq_from_guest()199 clear_bit(_IRQ_INPROGRESS, &desc->status); in gic_remove_irq_from_guest()207 if ( test_bit(_IRQ_INPROGRESS, &desc->status) || in gic_remove_irq_from_guest()570 clear_bit(_IRQ_INPROGRESS, &p->desc->status); in gic_update_one_lr()
25 #define _IRQ_INPROGRESS 0 /* IRQ handler active - do not enter! */ macro34 #define IRQ_INPROGRESS (1u<<_IRQ_INPROGRESS)
Completed in 6 milliseconds