tag | line | file | source code |
---|---|---|---|
bh_active | 10 | include/linux/interrupt.h | extern unsigned long bh_active; |
bh_active | 27 | include/linux/interrupt.h | __asm__ __volatile__("btsl %1,%0":"=m" (bh_active):"ir" (nr)); |
bh_active | 41 | kernel/irq.c | unsigned long bh_active = 0; |
bh_active | 283 | kernel/irq.c | bh_active = 0; |