Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dtty_buffer.h35 struct tty_bufhead { struct
36 struct tty_buffer *head; /* Queue head */
37 struct work_struct work;
38 struct mutex lock;
39 atomic_t priority;
40 struct tty_buffer sentinel;
41 struct llist_head free; /* Free queue head */
42 atomic_t mem_used; /* In-use buffers excluding free list */
43 int mem_limit;
44 struct tty_buffer *tail; /* Active buffer */
/kernel/linux/linux-5.10/include/linux/
Dtty.h61 struct tty_bufhead { struct
62 struct tty_buffer *head; /* Queue head */
63 struct work_struct work;
64 struct mutex lock;
65 atomic_t priority;
66 struct tty_buffer sentinel;
67 struct llist_head free; /* Free queue head */
68 atomic_t mem_used; /* In-use buffers excluding free list */
69 int mem_limit;
70 struct tty_buffer *tail; /* Active buffer */