tag | line | file | source code |
routine | 1440 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 1510 | drivers/block/floppy.c | printk("floppy_tq.routine=%p\n", floppy_tq.routine); |
routine | 1527 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) empty; |
routine | 1645 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 2444 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) floppy_start; |
routine | 346 | drivers/char/cyclades.c | dev_t device, const char *routine) |
routine | 357 | drivers/char/cyclades.c | printk(badinfo, MAJOR(device), MINOR(device), routine); |
routine | 363 | drivers/char/cyclades.c | printk(badrange, MAJOR(device), MINOR(device), routine); |
routine | 368 | drivers/char/cyclades.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 2502 | drivers/char/cyclades.c | bh_base[CYCLADES_BH].routine = do_cyclades_bh; |
routine | 2568 | drivers/char/cyclades.c | info->tqueue.routine = do_softint; |
routine | 71 | drivers/char/kbd_kern.h | if (bh_base[KEYBOARD_BH].routine) |
routine | 1200 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
routine | 204 | drivers/char/serial.c | dev_t device, const char *routine) |
routine | 213 | drivers/char/serial.c | printk(badinfo, MAJOR(device), MINOR(device), routine); |
routine | 217 | drivers/char/serial.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 2377 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_serial_bh; |
routine | 2451 | drivers/char/serial.c | info->tqueue.routine = do_softint; |
routine | 138 | drivers/char/tty_io.c | const char *routine) |
routine | 147 | drivers/char/tty_io.c | printk(badtty, MAJOR(device), MINOR(device), routine); |
routine | 151 | drivers/char/tty_io.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 158 | drivers/char/tty_io.c | static int check_tty_count(struct tty_struct *tty, const char *routine) |
routine | 178 | drivers/char/tty_io.c | count, routine); |
routine | 1617 | drivers/char/tty_io.c | tty->flip.tqueue.routine = flush_to_ldisc; |
routine | 256 | drivers/net/plip.c | nl->immediate.routine = (void *)(void *)plip_bh; |
routine | 261 | drivers/net/plip.c | nl->deferred.routine = (void *)(void *)plip_kick_bh; |
routine | 8 | 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 | 283 | include/linux/tty.h | const char *routine); |
routine | 787 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
routine | 788 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
routine | 789 | kernel/sched.c | bh_base[IMMEDIATE_BH].routine = immediate_bh; |
routine | 45 | kernel/softirq.c | fn = bh->routine; |
routine | 1448 | net/socket.c | bh_base[NET_BH].routine= net_bh; |