tag | line | file | source code |
bh_base | 12 | include/linux/interrupt.h | extern struct bh_struct bh_base[32]; |
bh_base | 1476 | kernel/chr_drv/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
bh_base | 1310 | kernel/chr_drv/serial.c | bh_base[SERIAL_BH].routine = do_softint; |
bh_base | 1402 | kernel/chr_drv/tty_io.c | bh_base[TTY_BH].routine = tty_bh_routine; |
bh_base | 43 | kernel/irq.c | struct bh_struct bh_base[32]; |
bh_base | 56 | kernel/irq.c | bh = bh_base+nr; |
bh_base | 280 | kernel/irq.c | bh_base[i].routine = NULL; |
bh_base | 281 | kernel/irq.c | bh_base[i].data = NULL; |
bh_base | 919 | net/tcp/sock.c | bh_base[INET_BH].routine = inet_bh; |