goldfish_ttys      51 drivers/tty/goldfish.c static struct goldfish_tty *goldfish_ttys;
goldfish_ttys     131 drivers/tty/goldfish.c 	struct goldfish_tty *qtty = &goldfish_ttys[line];
goldfish_ttys     175 drivers/tty/goldfish.c 	struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
goldfish_ttys     203 drivers/tty/goldfish.c 	struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
goldfish_ttys     225 drivers/tty/goldfish.c 	if (!goldfish_ttys[co->index].base)
goldfish_ttys     249 drivers/tty/goldfish.c 	goldfish_ttys = kcalloc(goldfish_tty_line_count,
goldfish_ttys     250 drivers/tty/goldfish.c 				sizeof(*goldfish_ttys),
goldfish_ttys     252 drivers/tty/goldfish.c 	if (goldfish_ttys == NULL) {
goldfish_ttys     279 drivers/tty/goldfish.c 	kfree(goldfish_ttys);
goldfish_ttys     280 drivers/tty/goldfish.c 	goldfish_ttys = NULL;
goldfish_ttys     290 drivers/tty/goldfish.c 	kfree(goldfish_ttys);
goldfish_ttys     291 drivers/tty/goldfish.c 	goldfish_ttys = NULL;
goldfish_ttys     345 drivers/tty/goldfish.c 	qtty = &goldfish_ttys[line];