taglinefilesource code
cprev1876drivers/char/serial.cstruct async_icount cprev, cnow;  /* kernel counter temps */
cprev1993drivers/char/serial.ccprev = info->icount;  /* note the counters on entry */
cprev2003drivers/char/serial.cif ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
cprev2004drivers/char/serial.c((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
cprev2005drivers/char/serial.c((arg & TIOCM_CD)  && (cnow.dcd != cprev.dcd)) ||
cprev2006drivers/char/serial.c((arg & TIOCM_CTS) && (cnow.cts != cprev.cts)) ) {
cprev2009drivers/char/serial.ccprev = cnow;