tag | line | file | source code |
bh_base | 779 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
bh_base | 1884 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_softint; |
bh_base | 1659 | drivers/char/tty_io.c | bh_base[TTY_BH].routine = tty_bh_routine; |
bh_base | 12 | include/linux/interrupt.h | extern struct bh_struct bh_base[32]; |
bh_base | 43 | kernel/irq.c | struct bh_struct bh_base[32]; |
bh_base | 96 | kernel/irq.c | bh = bh_base; |
bh_base | 333 | kernel/irq.c | bh_base[i].routine = NULL; |
bh_base | 334 | kernel/irq.c | bh_base[i].data = NULL; |
bh_base | 785 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
bh_base | 1815 | net/inet/sock.c | bh_base[INET_BH].routine = inet_bh; |