Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_buffer.c248 static int __tty_buffer_request_room(struct tty_port *port, size_t size, in __tty_buffer_request_room() function
284 return __tty_buffer_request_room(port, size, 0); in tty_buffer_request_room()
306 int space = __tty_buffer_request_room(port, goal, flags); in tty_insert_flip_string_fixed_flag()
392 int space = __tty_buffer_request_room(port, size, TTYB_NORMAL); in tty_prepare_flip_string()