Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_tty.c96 size_t echo_head; member
775 head = ldata->echo_head; in commit_echoes()
814 /* NB: echo_mark and echo_head should be equivalent here */
820 ldata->echo_commit == ldata->echo_head) in flush_echoes()
824 ldata->echo_commit = ldata->echo_head; in flush_echoes()
839 *echo_buf_addr(ldata, ldata->echo_head) = c; in add_echo_byte()
841 ldata->echo_head++; in add_echo_byte()
1133 ldata->echo_head = ldata->echo_tail = 0; in isig()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_tty.c95 size_t echo_head; member
762 head = ldata->echo_head; in commit_echoes()
801 /* NB: echo_mark and echo_head should be equivalent here */
807 ldata->echo_commit == ldata->echo_head) in flush_echoes()
811 ldata->echo_commit = ldata->echo_head; in flush_echoes()
825 *echo_buf_addr(ldata, ldata->echo_head) = c; in add_echo_byte()
827 ldata->echo_head++; in add_echo_byte()
1111 ldata->echo_head = ldata->echo_tail = 0; in isig()

Completed in 6 milliseconds