Lines Matching defs:tail
136 buf->tail = &buf->sentinel;
265 b = buf->tail;
277 buf->tail = n;
320 struct tty_buffer *tb = port->buf.tail;
355 struct tty_buffer *tb = port->buf.tail;
388 tb = port->buf.tail;
415 struct tty_buffer *tb = port->buf.tail;
526 static inline void tty_flip_buffer_commit(struct tty_buffer *tail)
532 smp_store_release(&tail->commit, tail->used);
550 tty_flip_buffer_commit(buf->tail);
578 tty_flip_buffer_commit(buf->tail);
601 buf->tail = &buf->sentinel;