Searched refs:xleft (Results 1 – 2 of 2) sorted by relevance
180 sl->xleft = 0; in sl_alloc_bufs()269 if (sl->xleft) {270 if (sl->xleft <= len) {271 memcpy(sl->xbuff, sl->xhead, sl->xleft);273 sl->xleft = 0;413 sl->xleft = count - actual;434 if (sl->xleft <= 0) {444 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);445 sl->xleft -= actual;485 (tty_chars_in_buffer(sl->tty) || sl->xleft) ?[all …]
71 int xleft; /* bytes left in XMIT queue */ member