tag | line | file | source code |
tq_struct | 1584 | drivers/block/floppy.c | static struct tq_struct floppy_tq = |
tq_struct | 2665 | drivers/block/floppy.c | static struct tq_struct request_tq = |
tq_struct | 263 | drivers/char/istallion.c | struct tq_struct tqhangup; |
tq_struct | 247 | drivers/char/stallion.c | struct tq_struct tqueue; |
tq_struct | 1127 | drivers/char/tty_io.c | struct tq_struct *tq, *prev; |
tq_struct | 202 | drivers/net/plip.c | struct tq_struct immediate; |
tq_struct | 203 | drivers/net/plip.c | struct tq_struct deferred; |
tq_struct | 102 | include/linux/cyclades.h | struct tq_struct tqueue; |
tq_struct | 162 | include/linux/serial.h | struct tq_struct tqueue; |
tq_struct | 163 | include/linux/serial.h | struct tq_struct tqueue_hangup; |
tq_struct | 49 | include/linux/tqueue.h | struct tq_struct *next; /* linked list of active bh's */ |
tq_struct | 55 | include/linux/tqueue.h | typedef struct tq_struct * task_queue; |
tq_struct | 59 | include/linux/tqueue.h | extern struct tq_struct tq_last; |
tq_struct | 63 | include/linux/tqueue.h | struct tq_struct tq_last = { |
tq_struct | 95 | include/linux/tqueue.h | _INLINE_ void queue_task_irq(struct tq_struct *bh_pointer, |
tq_struct | 108 | include/linux/tqueue.h | _INLINE_ void queue_task_irq_off(struct tq_struct *bh_pointer, |
tq_struct | 122 | include/linux/tqueue.h | _INLINE_ void queue_task(struct tq_struct *bh_pointer, |
tq_struct | 140 | include/linux/tqueue.h | register struct tq_struct *save_p; |
tq_struct | 141 | include/linux/tqueue.h | register struct tq_struct *p; |
tq_struct | 86 | include/linux/tty.h | struct tq_struct tqueue; |