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 | 1224 | drivers/block/cm206.c | bh_base[CM206_BH].routine = cm206_bh; |
bh_base | 2790 | drivers/char/cyclades.c | bh_base[CYCLADES_BH].routine = do_cyclades_bh; |
bh_base | 1181 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
bh_base | 2580 | 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 | 240 | kernel/ksyms.c | X(bh_base), |
bh_base | 904 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
bh_base | 905 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
bh_base | 906 | 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 | 1313 | net/socket.c | bh_base[NET_BH].routine= net_bh; |