tag | line | file | source code |
---|---|---|---|
bh_mask | 74 | drivers/net/loopback.c | if (!intr_count && (bh_active & bh_mask)) { |
bh_mask | 13 | include/linux/interrupt.h | extern unsigned long bh_mask; |
bh_mask | 39 | include/linux/interrupt.h | clear_bit(nr, &bh_mask); |
bh_mask | 44 | include/linux/interrupt.h | set_bit(nr, &bh_mask); |
bh_mask | 178 | kernel/ksyms.c | X(bh_mask), |
bh_mask | 29 | kernel/softirq.c | unsigned long bh_mask = ~0UL; |
bh_mask | 40 | kernel/softirq.c | active = bh_active & bh_mask; |