Searched refs:la_count (Results 1 – 1 of 1) sorted by relevance
1591 size_t la_count = min(ldata->lookahead_count, count); in __receive_buf() local1598 if (la_count > 0) { in __receive_buf()1599 n_tty_receive_buf_closing(tty, cp, fp, la_count, true); in __receive_buf()1600 cp += la_count; in __receive_buf()1602 fp += la_count; in __receive_buf()1603 count -= la_count; in __receive_buf()1608 if (la_count > 0) { in __receive_buf()1609 n_tty_receive_buf_standard(tty, cp, fp, la_count, true); in __receive_buf()1610 cp += la_count; in __receive_buf()1612 fp += la_count; in __receive_buf()[all …]