taglinefilesource code
tq1110drivers/char/tty_io.cstruct tq_struct *tq, *prev;
tq1112drivers/char/tty_io.cfor (tq=tq_timer, prev=0; tq; prev=tq, tq=tq->next) {
tq1113drivers/char/tty_io.cif (tq == &tty->flip.tqueue) {
tq1115drivers/char/tty_io.cprev->next = tq->next;
tq1117drivers/char/tty_io.ctq_timer = tq->next;