Home
last modified time | relevance | path

Searched refs:la_count (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dn_tty.c1620 size_t la_count = min(ldata->lookahead_count, count); in __receive_buf() local
1627 if (la_count > 0) { in __receive_buf()
1628 n_tty_receive_buf_closing(tty, cp, fp, la_count, true); in __receive_buf()
1629 cp += la_count; in __receive_buf()
1631 fp += la_count; in __receive_buf()
1632 count -= la_count; in __receive_buf()
1637 if (la_count > 0) { in __receive_buf()
1639 cp += la_count; in __receive_buf()
1641 fp += la_count; in __receive_buf()
1642 count -= la_count; in __receive_buf()
[all …]