tag | line | file | source code |
bh_base | 298 | arch/mips/kernel/irq.c | bh_base[i].routine = NULL; |
bh_base | 299 | arch/mips/kernel/irq.c | bh_base[i].data = NULL; |
bh_base | 2745 | drivers/char/cyclades.c | bh_base[CYCLADES_BH].routine = do_cyclades_bh; |
bh_base | 1182 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
bh_base | 2556 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_serial_bh; |
bh_base | 15 | include/linux/interrupt.h | extern struct bh_struct bh_base[32]; |
bh_base | 781 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
bh_base | 782 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
bh_base | 783 | kernel/sched.c | bh_base[IMMEDIATE_BH].routine = immediate_bh; |
bh_base | 31 | kernel/softirq.c | struct bh_struct bh_base[32]; |
bh_base | 40 | kernel/softirq.c | bh = bh_base; |
bh_base | 1375 | net/socket.c | bh_base[NET_BH].routine= net_bh; |