Searched defs:tty_bufhead (Results 1 – 13 of 13) sorted by relevance
28809 struct tty_bufhead { struct28810 struct tty_buffer *head;28811 struct work_struct work;28812 struct mutex lock;28813 atomic_t priority;28814 struct tty_buffer sentinel;28815 struct llist_head free;28816 atomic_t mem_used;28817 int mem_limit;28818 struct tty_buffer *tail;
14859 struct tty_bufhead { struct14860 struct tty_buffer *head;14861 struct work_struct work;14862 struct mutex lock;14863 atomic_t priority;14864 struct tty_buffer sentinel;14865 struct llist_head free;14866 atomic_t mem_used;14867 int mem_limit;14868 struct tty_buffer *tail;
10198 struct tty_bufhead { struct10199 struct tty_buffer *head;10200 struct work_struct work;10201 struct mutex lock;10202 atomic_t priority;10203 struct tty_buffer sentinel;10204 struct llist_head free;10205 atomic_t mem_used;10206 int mem_limit;10207 struct tty_buffer *tail;
11050 struct tty_bufhead { struct11051 struct tty_buffer *head;11052 struct work_struct work;11053 struct mutex lock;11054 atomic_t priority;11055 struct tty_buffer sentinel;11056 struct llist_head free;11057 atomic_t mem_used;11058 int mem_limit;11059 struct tty_buffer *tail;
12060 struct tty_bufhead { struct12077 struct tty_bufhead buf; argument
15175 struct tty_bufhead { struct15176 struct tty_buffer *head;15177 struct work_struct work;15178 struct mutex lock;15179 atomic_t priority;15180 struct tty_buffer sentinel;15181 struct llist_head free;15182 atomic_t mem_used;15183 int mem_limit;15184 struct tty_buffer *tail;
9648 struct tty_bufhead { struct9649 struct tty_buffer *head;9650 struct work_struct work;9651 struct mutex lock;9652 atomic_t priority;9653 struct tty_buffer sentinel;9654 struct llist_head free;9655 atomic_t mem_used;9656 int mem_limit;9657 struct tty_buffer *tail;
11975 struct tty_bufhead { struct11992 struct tty_bufhead buf; argument