tag | line | file | source code |
---|---|---|---|
bh_mask | 14 | include/linux/interrupt.h | extern unsigned long bh_mask; |
bh_mask | 41 | include/linux/interrupt.h | clear_bit(nr, &bh_mask); |
bh_mask | 46 | include/linux/interrupt.h | set_bit(nr, &bh_mask); |
bh_mask | 56 | include/linux/interrupt.h | if (intr_count == 1 && (bh_active & bh_mask)) |
bh_mask | 236 | kernel/ksyms.c | X(bh_mask), |
bh_mask | 30 | kernel/softirq.c | unsigned long bh_mask = 0; |
bh_mask | 41 | kernel/softirq.c | active = bh_active & bh_mask; |