taglinefilesource code
bh_base12include/linux/interrupt.hextern struct bh_struct bh_base[32];
bh_base1476kernel/chr_drv/keyboard.cbh_base[KEYBOARD_BH].routine = kbd_bh;
bh_base1310kernel/chr_drv/serial.cbh_base[SERIAL_BH].routine = do_softint;
bh_base1402kernel/chr_drv/tty_io.cbh_base[TTY_BH].routine = tty_bh_routine;
bh_base43kernel/irq.cstruct bh_struct bh_base[32]; 
bh_base56kernel/irq.cbh = bh_base+nr;
bh_base280kernel/irq.cbh_base[i].routine = NULL;
bh_base281kernel/irq.cbh_base[i].data = NULL;
bh_base919net/tcp/sock.cbh_base[INET_BH].routine = inet_bh;