Searched defs:tty_bufhead (Results 1 – 1 of 1) sorted by relevance
8553 struct tty_bufhead { struct8554 struct tty_buffer *head;8555 struct work_struct work;8556 struct mutex lock;8557 atomic_t priority;8558 struct tty_buffer sentinel;8559 struct llist_head free;8560 atomic_t mem_used;8561 int mem_limit;8562 struct tty_buffer *tail;