Home
last modified time | relevance | path

Searched refs:__tty_buffer_request_room (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/
Dtty_buffer.c251 static int __tty_buffer_request_room(struct tty_port *port, size_t size, in __tty_buffer_request_room() function
290 return __tty_buffer_request_room(port, size, 0); in tty_buffer_request_room()
312 int space = __tty_buffer_request_room(port, goal, flags); in tty_insert_flip_string_fixed_flag()
401 int space = __tty_buffer_request_room(port, size, TTYB_NORMAL); in tty_prepare_flip_string()