| tag | line | file | source code |
| routine | 298 | arch/mips/kernel/irq.c | bh_base[i].routine = NULL; |
| routine | 1210 | drivers/block/cm206.c | bh_base[CM206_BH].routine = cm206_bh; |
| routine | 1646 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
| routine | 1739 | drivers/block/floppy.c | printk("floppy_tq.routine=%p\n", floppy_tq.routine); |
| routine | 1758 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) empty; |
| routine | 1881 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
| routine | 2695 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) floppy_start; |
| routine | 415 | drivers/char/cyclades.c | kdev_t device, const char *routine) |
| routine | 426 | drivers/char/cyclades.c | printk(badinfo, kdevname(device), routine); |
| routine | 432 | drivers/char/cyclades.c | printk(badrange, kdevname(device), routine); |
| routine | 437 | drivers/char/cyclades.c | printk(badmagic, kdevname(device), routine); |
| routine | 2790 | drivers/char/cyclades.c | bh_base[CYCLADES_BH].routine = do_cyclades_bh; |
| routine | 2863 | drivers/char/cyclades.c | info->tqueue.routine = do_softint; |
| routine | 2784 | drivers/char/istallion.c | portp->tqhangup.routine = stli_dohangup; |
| routine | 1197 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
| routine | 1689 | drivers/char/scc.c | const char *routine) |
| routine | 1699 | drivers/char/scc.c | printk(badinfo, kdevname(device), routine); |
| routine | 1703 | drivers/char/scc.c | printk(badmagic, kdevname(device), routine); |
| routine | 207 | drivers/char/serial.c | kdev_t device, const char *routine) |
| routine | 216 | drivers/char/serial.c | printk(badinfo, kdevname(device), routine); |
| routine | 220 | drivers/char/serial.c | printk(badmagic, kdevname(device), routine); |
| routine | 2580 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_serial_bh; |
| routine | 2657 | drivers/char/serial.c | info->tqueue.routine = do_softint; |
| routine | 2659 | drivers/char/serial.c | info->tqueue_hangup.routine = do_serial_hangup; |
| routine | 2471 | drivers/char/stallion.c | portp->tqueue.routine = stl_offintr; |
| routine | 138 | drivers/char/tty_io.c | const char *routine) |
| routine | 147 | drivers/char/tty_io.c | printk(badtty, kdevname(device), routine); |
| routine | 151 | drivers/char/tty_io.c | printk(badmagic, kdevname(device), routine); |
| routine | 158 | drivers/char/tty_io.c | static int check_tty_count(struct tty_struct *tty, const char *routine) |
| routine | 177 | drivers/char/tty_io.c | kdevname(tty->device), tty->count, count, routine); |
| routine | 1668 | drivers/char/tty_io.c | tty->flip.tqueue.routine = flush_to_ldisc; |
| routine | 301 | drivers/net/plip.c | nl->immediate.routine = (void *)(void *)plip_bh; |
| routine | 306 | drivers/net/plip.c | nl->deferred.routine = (void *)(void *)plip_kick_bh; |
| routine | 9 | include/linux/interrupt.h | void (*routine)(void *); |
| routine | 51 | include/linux/tqueue.h | void (*routine)(void *); /* function to call */ |
| routine | 152 | include/linux/tqueue.h | f = p -> routine; |
| routine | 293 | include/linux/tty.h | const char *routine); |
| routine | 924 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
| routine | 925 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
| routine | 926 | kernel/sched.c | bh_base[IMMEDIATE_BH].routine = immediate_bh; |
| routine | 46 | kernel/softirq.c | fn = bh->routine; |
| routine | 1369 | net/core/dev.c | bh_base[NET_BH].routine = net_bh; |