Home
last modified time | relevance | path

Searched defs:tty_bufhead (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
A Dtty_buffer.h37 struct tty_bufhead { struct
38 struct tty_buffer *head; /* Queue head */
39 struct work_struct work;
40 struct mutex lock;
41 atomic_t priority;
42 struct tty_buffer sentinel;
43 struct llist_head free; /* Free queue head */
44 atomic_t mem_used; /* In-use buffers excluding free list */
45 int mem_limit;
46 struct tty_buffer *tail; /* Active buffer */

Completed in 4 milliseconds