Lines Matching refs:la_count
1591 size_t la_count = min(ldata->lookahead_count, count); in __receive_buf() local
1598 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()
1613 count -= la_count; in __receive_buf()
1623 ldata->lookahead_count -= la_count; in __receive_buf()