taglinefilesource code
txbufsize557drivers/char/pcxx.csize = ch->txbufsize;
txbufsize654drivers/char/pcxx.chead = bc->tin & (ch->txbufsize - 1);
txbufsize658drivers/char/pcxx.ctail &= (ch->txbufsize - 1);
txbufsize661drivers/char/pcxx.cremain += ch->txbufsize;
txbufsize698drivers/char/pcxx.chead = bc->tin & (ch->txbufsize - 1);
txbufsize699drivers/char/pcxx.ctail &= (ch->txbufsize - 1);
txbufsize701drivers/char/pcxx.cremain += ch->txbufsize;
txbufsize703drivers/char/pcxx.cchars = (int)(ch->txbufsize - remain);
txbufsize1316drivers/char/pcxx.cch->txbufsize = bc->tmax + 1;
txbufsize1319drivers/char/pcxx.cch->tmp_buf = kmalloc(ch->txbufsize,GFP_KERNEL);
txbufsize1321drivers/char/pcxx.clowwater = ch->txbufsize >= 2000 ? 1024 : ch->txbufsize/2;
txbufsize116drivers/char/pcxx.hushort            txbufsize;