tag | line | file | source code |
bh_base | 2502 | drivers/char/cyclades.c | bh_base[CYCLADES_BH].routine = do_cyclades_bh; |
bh_base | 71 | drivers/char/kbd_kern.h | if (bh_base[KEYBOARD_BH].routine) |
bh_base | 1207 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
bh_base | 2377 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_serial_bh; |
bh_base | 14 | include/linux/interrupt.h | extern struct bh_struct bh_base[32]; |
bh_base | 766 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
bh_base | 767 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
bh_base | 768 | kernel/sched.c | bh_base[IMMEDIATE_BH].routine = immediate_bh; |
bh_base | 30 | kernel/softirq.c | struct bh_struct bh_base[32]; |
bh_base | 39 | kernel/softirq.c | bh = bh_base; |
bh_base | 1544 | net/socket.c | bh_base[NET_BH].routine= net_bh; |