taglinefilesource code
bh_base862drivers/char/keyboard.cbh_base[KEYBOARD_BH].routine = kbd_bh;
bh_base1973drivers/char/serial.cbh_base[SERIAL_BH].routine = do_softint;
bh_base1703drivers/char/tty_io.cbh_base[TTY_BH].routine = tty_bh_routine;
bh_base12include/linux/interrupt.hextern struct bh_struct bh_base[32];
bh_base43kernel/irq.cstruct bh_struct bh_base[32]; 
bh_base96kernel/irq.cbh = bh_base;
bh_base333kernel/irq.cbh_base[i].routine = NULL;
bh_base334kernel/irq.cbh_base[i].data = NULL;
bh_base792kernel/sched.cbh_base[TIMER_BH].routine = timer_bh;
bh_base1875net/inet/sock.cbh_base[INET_BH].routine = inet_bh;