Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/char/
Dsclp_tty.c40 static struct list_head sclp_tty_pages; variable
101 list_for_each(l, &sclp_tty_pages) in sclp_tty_write_room()
119 list_add_tail((struct list_head *) page, &sclp_tty_pages); in sclp_ttybuf_callback()
187 while (list_empty(&sclp_tty_pages)) { in sclp_tty_write_string()
195 page = sclp_tty_pages.next; in sclp_tty_write_string()
520 INIT_LIST_HEAD(&sclp_tty_pages); in sclp_tty_init()
527 list_add_tail((struct list_head *) page, &sclp_tty_pages); in sclp_tty_init()