Home
last modified time | relevance | path

Searched refs:tty_outqueue (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_iucv.c78 struct list_head tty_outqueue; /* outgoing IUCV messages */ member
413 list_add_tail(&sb->list, &priv->tty_outqueue); in hvc_iucv_send()
511 destroy_tty_buffer_list(&priv->tty_outqueue); in hvc_iucv_cleanup()
529 rc = list_empty(&priv->tty_outqueue); in tty_outqueue_empty()
550 sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */ in flush_sndbuf_sync()
728 destroy_tty_buffer_list(&priv->tty_outqueue); in hvc_iucv_notifier_del()
959 list_for_each_entry_safe(ent, next, &priv->tty_outqueue, list) in hvc_iucv_msg_complete()
1107 INIT_LIST_HEAD(&priv->tty_outqueue); in hvc_iucv_alloc()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_iucv.c77 struct list_head tty_outqueue; /* outgoing IUCV messages */ member
412 list_add_tail(&sb->list, &priv->tty_outqueue); in hvc_iucv_send()
508 destroy_tty_buffer_list(&priv->tty_outqueue); in hvc_iucv_cleanup()
526 rc = list_empty(&priv->tty_outqueue); in tty_outqueue_empty()
547 sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */ in flush_sndbuf_sync()
725 destroy_tty_buffer_list(&priv->tty_outqueue); in hvc_iucv_notifier_del()
956 list_for_each_entry_safe(ent, next, &priv->tty_outqueue, list) in hvc_iucv_msg_complete()
1059 INIT_LIST_HEAD(&priv->tty_outqueue); in hvc_iucv_alloc()

Completed in 4 milliseconds