Searched refs:goldfish_tty_line_count (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/tty/
H A Dgoldfish.c49 static u32 goldfish_tty_line_count = 8; variable
215 if ((unsigned)co->index >= goldfish_tty_line_count)
241 goldfish_ttys = kcalloc(goldfish_tty_line_count,
248 tty = tty_alloc_driver(goldfish_tty_line_count,
321 if (line >= goldfish_tty_line_count) {

Completed in 144 milliseconds