tag | line | file | source code |
routine | 298 | arch/mips/kernel/irq.c | bh_base[i].routine = NULL; |
routine | 1479 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 1549 | drivers/block/floppy.c | printk("floppy_tq.routine=%p\n", floppy_tq.routine); |
routine | 1566 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) empty; |
routine | 1685 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 2486 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) floppy_start; |
routine | 387 | drivers/char/cyclades.c | dev_t device, const char *routine) |
routine | 398 | drivers/char/cyclades.c | printk(badinfo, MAJOR(device), MINOR(device), routine); |
routine | 404 | drivers/char/cyclades.c | printk(badrange, MAJOR(device), MINOR(device), routine); |
routine | 409 | drivers/char/cyclades.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 2737 | drivers/char/cyclades.c | bh_base[CYCLADES_BH].routine = do_cyclades_bh; |
routine | 2806 | drivers/char/cyclades.c | info->tqueue.routine = do_softint; |
routine | 1182 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
routine | 208 | drivers/char/serial.c | dev_t device, const char *routine) |
routine | 217 | drivers/char/serial.c | printk(badinfo, MAJOR(device), MINOR(device), routine); |
routine | 221 | drivers/char/serial.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 2539 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_serial_bh; |
routine | 2616 | 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 | 151 | drivers/char/tty_io.c | static int check_tty_count(struct tty_struct *tty, const char *routine) |
routine | 171 | drivers/char/tty_io.c | count, routine); |
routine | 1618 | drivers/char/tty_io.c | tty->flip.tqueue.routine = flush_to_ldisc; |
routine | 289 | drivers/net/plip.c | nl->immediate.routine = (void *)(void *)plip_bh; |
routine | 294 | 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 | 768 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
routine | 769 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
routine | 770 | kernel/sched.c | bh_base[IMMEDIATE_BH].routine = immediate_bh; |
routine | 46 | kernel/softirq.c | fn = bh->routine; |
routine | 1375 | net/socket.c | bh_base[NET_BH].routine= net_bh; |