Searched refs:la_count (Results 1 – 1 of 1) sorted by relevance
1599 size_t la_count = min(ldata->lookahead_count, count); in __receive_buf() local1606 if (la_count > 0) { in __receive_buf()1607 n_tty_receive_buf_closing(tty, cp, fp, la_count, true); in __receive_buf()1608 cp += la_count; in __receive_buf()1610 fp += la_count; in __receive_buf()1611 count -= la_count; in __receive_buf()1616 if (la_count > 0) { in __receive_buf()1618 cp += la_count; in __receive_buf()1620 fp += la_count; in __receive_buf()1621 count -= la_count; in __receive_buf()[all …]