Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_tty.c115 size_t lookahead_count; member
322 ldata->lookahead_count = 0; in reset_buffer_flags()
1483 ldata->lookahead_count += count; in n_tty_lookahead_flow_ctrl()
1591 size_t la_count = min(ldata->lookahead_count, count); in __receive_buf()
1623 ldata->lookahead_count -= la_count; in __receive_buf()