Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_tty.c87 size_t commit_head; member
216 size_t head = ldata->icanon ? ldata->canon_head : ldata->commit_head; in chars_in_buffer()
315 ldata->commit_head = 0; in reset_buffer_flags()
1637 smp_store_release(&ldata->commit_head, ldata->read_head); in __receive_buf()
1676 * publishes commit_head or canon_head
1799 ldata->commit_head = ldata->read_head; in n_tty_set_termios()
1926 return ldata->commit_head - ldata->read_tail >= amt; in input_available_p()
1954 size_t head = smp_load_acquire(&ldata->commit_head); in copy_from_read_buf()