tty_outqueue 78 drivers/tty/hvc/hvc_iucv.c struct list_head tty_outqueue; /* outgoing IUCV messages */ tty_outqueue 413 drivers/tty/hvc/hvc_iucv.c list_add_tail(&sb->list, &priv->tty_outqueue); tty_outqueue 511 drivers/tty/hvc/hvc_iucv.c destroy_tty_buffer_list(&priv->tty_outqueue); tty_outqueue 529 drivers/tty/hvc/hvc_iucv.c rc = list_empty(&priv->tty_outqueue); tty_outqueue 550 drivers/tty/hvc/hvc_iucv.c sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */ tty_outqueue 728 drivers/tty/hvc/hvc_iucv.c destroy_tty_buffer_list(&priv->tty_outqueue); tty_outqueue 959 drivers/tty/hvc/hvc_iucv.c list_for_each_entry_safe(ent, next, &priv->tty_outqueue, list) tty_outqueue 1107 drivers/tty/hvc/hvc_iucv.c INIT_LIST_HEAD(&priv->tty_outqueue);