tag | line | file | source code |
routine | 298 | arch/mips/kernel/irq.c | bh_base[i].routine = NULL; |
routine | 1223 | drivers/block/cm206.c | bh_base[CM206_BH].routine = cm206_bh; |
routine | 1635 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 1728 | drivers/block/floppy.c | printk("floppy_tq.routine=%p\n", floppy_tq.routine); |
routine | 1747 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) empty; |
routine | 1870 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 2686 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) floppy_start; |
routine | 398 | drivers/char/cyclades.c | dev_t device, const char *routine) |
routine | 409 | drivers/char/cyclades.c | printk(badinfo, MAJOR(device), MINOR(device), routine); |
routine | 415 | drivers/char/cyclades.c | printk(badrange, MAJOR(device), MINOR(device), routine); |
routine | 420 | drivers/char/cyclades.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 2759 | drivers/char/cyclades.c | bh_base[CYCLADES_BH].routine = do_cyclades_bh; |
routine | 2828 | drivers/char/cyclades.c | info->tqueue.routine = do_softint; |
routine | 1182 | drivers/char/keyboard.c | bh_base[KEYBOARD_BH].routine = kbd_bh; |
routine | 1513 | drivers/char/scc.c | static inline int scc_paranoia_check(struct scc_channel *scc, dev_t device, const char *routine) |
routine | 1523 | drivers/char/scc.c | printk(badinfo, MAJOR(device), MINOR(device), routine); |
routine | 1527 | drivers/char/scc.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
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 | 2565 | drivers/char/serial.c | bh_base[SERIAL_BH].routine = do_serial_bh; |
routine | 2642 | drivers/char/serial.c | info->tqueue.routine = do_softint; |
routine | 2644 | drivers/char/serial.c | info->tqueue_hangup.routine = do_serial_hangup; |
routine | 136 | drivers/char/tty_io.c | const char *routine) |
routine | 145 | drivers/char/tty_io.c | printk(badtty, MAJOR(device), MINOR(device), routine); |
routine | 149 | drivers/char/tty_io.c | printk(badmagic, MAJOR(device), MINOR(device), routine); |
routine | 156 | drivers/char/tty_io.c | static int check_tty_count(struct tty_struct *tty, const char *routine) |
routine | 176 | drivers/char/tty_io.c | count, routine); |
routine | 1638 | drivers/char/tty_io.c | tty->flip.tqueue.routine = flush_to_ldisc; |
routine | 278 | drivers/net/plip.c | nl->immediate.routine = (void *)(void *)plip_bh; |
routine | 283 | 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 | 286 | include/linux/tty.h | const char *routine); |
routine | 831 | kernel/sched.c | bh_base[TIMER_BH].routine = timer_bh; |
routine | 832 | kernel/sched.c | bh_base[TQUEUE_BH].routine = tqueue_bh; |
routine | 833 | kernel/sched.c | bh_base[IMMEDIATE_BH].routine = immediate_bh; |
routine | 46 | kernel/softirq.c | fn = bh->routine; |
routine | 1300 | net/socket.c | bh_base[NET_BH].routine= net_bh; |