tag | line | file | source code |
routine | 396 | arch/mips/kernel/irq.c | bh_base[i].routine = NULL; |
routine | 1612 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 1698 | drivers/block/floppy.c | printk("floppy_tq.routine=%p\n", floppy_tq.routine); |
routine | 1717 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) empty; |
routine | 1841 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) handler; |
routine | 2645 | drivers/block/floppy.c | floppy_tq.routine = (void *)(void *) floppy_start; |
routine | 614 | drivers/block/ll_rw_blk.c | dev->plug_tq.routine = &unplug_device; |
routine | 435 | drivers/char/cyclades.c | kdev_t device, const char *routine) |
routine | 446 | drivers/char/cyclades.c | printk(badinfo, kdevname(device), routine); |
routine | 452 | drivers/char/cyclades.c | printk(badrange, kdevname(device), routine); |
routine | 457 | drivers/char/cyclades.c | printk(badmagic, kdevname(device), routine); |
routine | 2897 | drivers/char/cyclades.c | info->tqueue.routine = do_softint; |
routine | 2885 | drivers/char/istallion.c | portp->tqhangup.routine = stli_dohangup; |
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 | 211 | drivers/char/serial.c | kdev_t device, const char *routine) |
routine | 220 | drivers/char/serial.c | printk(badinfo, kdevname(device), routine); |
routine | 224 | drivers/char/serial.c | printk(badmagic, kdevname(device), routine); |
routine | 2748 | drivers/char/serial.c | info->tqueue.routine = do_softint; |
routine | 2750 | drivers/char/serial.c | info->tqueue_hangup.routine = do_serial_hangup; |
routine | 2548 | drivers/char/stallion.c | portp->tqueue.routine = stl_offintr; |
routine | 153 | drivers/char/tty_io.c | const char *routine) |
routine | 162 | drivers/char/tty_io.c | printk(badtty, kdevname(device), routine); |
routine | 166 | drivers/char/tty_io.c | printk(badmagic, kdevname(device), routine); |
routine | 173 | drivers/char/tty_io.c | static int check_tty_count(struct tty_struct *tty, const char *routine) |
routine | 192 | drivers/char/tty_io.c | kdevname(tty->device), tty->count, count, routine); |
routine | 1709 | drivers/char/tty_io.c | tty->flip.tqueue.routine = flush_to_ldisc; |
routine | 213 | drivers/isdn/isdn_tty.c | static inline int isdn_tty_paranoia_check(modem_info * info, dev_t device, const char *routine) |
routine | 218 | drivers/isdn/isdn_tty.c | MAJOR(device), MINOR(device), routine); |
routine | 223 | drivers/isdn/isdn_tty.c | MAJOR(device), MINOR(device), routine); |
routine | 1451 | drivers/isdn/teles/card.c | hsp->tqueue.routine = (void *) (void *) hscx_bh; |
routine | 1495 | drivers/isdn/teles/card.c | sp->tqueue.routine = (void *) (void *) isac_bh; |
routine | 16 | drivers/isdn/teles/fsm.c | fnlist[i].state] = (int) fnlist[i].routine; |
routine | 172 | drivers/isdn/teles/teles.h | void (*routine) (struct FsmInst *, int, void *); |
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 | 40 | include/linux/interrupt.h | extern inline void init_bh(int nr, void (*routine)(void)) |
routine | 42 | include/linux/interrupt.h | bh_base[nr] = routine; |
routine | 51 | include/linux/tqueue.h | void (*routine)(void *); /* function to call */ |
routine | 149 | include/linux/tqueue.h | f = p -> routine; |
routine | 293 | include/linux/tty.h | const char *routine); |