Searched refs:echo_head (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
H A Dn_tty.c95 size_t echo_head; member in struct:n_tty_data
325 ldata->echo_head = ldata->echo_tail = ldata->echo_commit = 0; reset_buffer_flags()
779 head = ldata->echo_head; commit_echoes()
816 /* NB: echo_mark and echo_head should be equivalent here */ flush_echoes()
822 ldata->echo_commit == ldata->echo_head) flush_echoes()
826 ldata->echo_commit = ldata->echo_head; flush_echoes()
841 *echo_buf_addr(ldata, ldata->echo_head++) = c; add_echo_byte()
1132 ldata->echo_head = ldata->echo_tail = 0; isig()

Completed in 83 milliseconds