Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A 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()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_tty.c40 static LIST_HEAD(sclp_tty_pages);
100 list_for_each(l, &sclp_tty_pages) in sclp_tty_write_room()
118 list_add_tail((struct list_head *) page, &sclp_tty_pages); in sclp_ttybuf_callback()
186 while (list_empty(&sclp_tty_pages)) { in sclp_tty_write_string()
194 page = sclp_tty_pages.next; in sclp_tty_write_string()
522 list_add_tail((struct list_head *) page, &sclp_tty_pages); in sclp_tty_init()

Completed in 2 milliseconds