tag | line | file | source code |
routine | 332 | arch/mips/kernel/irq.c | bh_base[i].routine = NULL; |
routine | 1617 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 1703 | drivers/block/floppy.c | printk("floppy_tq.routine=%p\n", floppy_tq.routine); |
routine | 1722 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) empty; |
routine | 1846 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 2649 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) floppy_start; |
routine | 1172 | drivers/cdrom/cm206.c | bh_base[CM206_BH].routine = cm206_bh; |
routine | 429 | drivers/char/cyclades.c | kdev_t device, const char *routine) |
routine | 440 | drivers/char/cyclades.c | printk(badinfo, kdevname(device), routine); |
routine | 446 | drivers/char/cyclades.c | printk(badrange, kdevname(device), routine); |
routine | 451 | drivers/char/cyclades.c | printk(badmagic, kdevname(device), routine); |
routine | 2819 | drivers/char/cyclades.c | bh_base[CYCLADES_BH].routine = do_cyclades_bh; |
routine | 2892 | drivers/char/cyclades.c | info->tqueue.routine = do_softint; |
routine | 2775 | drivers/char/istallion.c | portp->tqhangup.routine = stli_dohangup; |
routine | 1206 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
routine | 1927 | drivers/char/scc.c | const char *routine) |
routine | 1938 | drivers/char/scc.c | printk(badinfo, kdevname(device), routine); |
routine | 1944 | drivers/char/scc.c | printk(badmagic, kdevname(device), routine); |
routine | 209 | drivers/char/serial.c | kdev_t device, const char *routine) |
routine | 218 | drivers/char/serial.c | printk(badinfo, kdevname(device), routine); |
routine | 222 | drivers/char/serial.c | printk(badmagic, kdevname(device), routine); |
routine | 2649 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_serial_bh; |
routine | 2726 | drivers/char/serial.c | info->tqueue.routine = do_softint; |
routine | 2728 | drivers/char/serial.c | info->tqueue_hangup.routine = do_serial_hangup; |
routine | 2467 | drivers/char/stallion.c | portp->tqueue.routine = stl_offintr; |
routine | 147 | drivers/char/tty_io.c | const char *routine) |
routine | 156 | drivers/char/tty_io.c | printk(badtty, kdevname(device), routine); |
routine | 160 | drivers/char/tty_io.c | printk(badmagic, kdevname(device), routine); |
routine | 167 | drivers/char/tty_io.c | static int check_tty_count(struct tty_struct *tty, const char *routine) |
routine | 186 | drivers/char/tty_io.c | kdevname(tty->device), tty->count, count, routine); |
routine | 1694 | drivers/char/tty_io.c | tty->flip.tqueue.routine = flush_to_ldisc; |
routine | 295 | drivers/net/plip.c | nl->immediate.routine = (void *)(void *)plip_bh; |
routine | 300 | 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 | 288 | include/linux/tty.h | const char *routine); |
routine | 1008 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
routine | 1009 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
routine | 1010 | kernel/sched.c | bh_base[IMMEDIATE_BH].routine = immediate_bh; |
routine | 46 | kernel/softirq.c | fn = bh->routine; |
routine | 1444 | net/core/dev.c | bh_base[NET_BH].routine = net_bh; |