tag | line | file | source code |
routine | 1444 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 1512 | drivers/block/floppy.c | printk("floppy_tq.routine=%p\n", floppy_tq.routine); |
routine | 1529 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) empty; |
routine | 1647 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 2446 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) floppy_start; |
routine | 1193 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
routine | 203 | drivers/char/serial.c | dev_t device, const char *routine) |
routine | 212 | drivers/char/serial.c | printk(badinfo, MAJOR(device), MINOR(device), routine); |
routine | 216 | drivers/char/serial.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 2341 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_serial_bh; |
routine | 2415 | drivers/char/serial.c | info->tqueue.routine = do_softint; |
routine | 131 | drivers/char/tty_io.c | const char *routine) |
routine | 140 | drivers/char/tty_io.c | printk(badtty, MAJOR(device), MINOR(device), routine); |
routine | 144 | drivers/char/tty_io.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 1558 | drivers/char/tty_io.c | tty->flip.tqueue.routine = flush_to_ldisc; |
routine | 255 | drivers/net/plip.c | nl->immediate.routine = (void *)(void *)plip_bh; |
routine | 260 | drivers/net/plip.c | nl->deferred.routine = (void *)(void *)plip_kick_bh; |
routine | 6 | include/linux/interrupt.h | void (*routine)(void *); |
routine | 51 | include/linux/tqueue.h | void (*routine)(void *); /* function to call */ |
routine | 154 | include/linux/tqueue.h | f = p -> routine; |
routine | 283 | include/linux/tty.h | const char *routine); |
routine | 103 | kernel/irq.c | fn = bh->routine; |
routine | 349 | kernel/irq.c | bh_base[i].routine = NULL; |
routine | 836 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
routine | 837 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
routine | 838 | kernel/sched.c | bh_base[IMMEDIATE_BH].routine = immediate_bh; |
routine | 1408 | net/socket.c | bh_base[NET_BH].routine= net_bh; |