Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/char/
Dsclp_vt220.c67 static struct list_head sclp_vt220_empty; variable
132 list_add_tail((struct list_head *) page, &sclp_vt220_empty); in sclp_vt220_process_queue()
388 list_add_tail((struct list_head *) page, &sclp_vt220_empty); in sclp_vt220_drop_buffer()
420 if (list_empty(&sclp_vt220_empty)) in __sclp_vt220_write()
422 while (list_empty(&sclp_vt220_empty)) { in __sclp_vt220_write()
432 page = (void *) sclp_vt220_empty.next; in __sclp_vt220_write()
624 list_for_each(l, &sclp_vt220_empty) in sclp_vt220_write_room()
668 list_for_each_safe(page, p, &sclp_vt220_empty) { in __sclp_vt220_free_pages()
698 INIT_LIST_HEAD(&sclp_vt220_empty); in __sclp_vt220_init()
712 list_add_tail(page, &sclp_vt220_empty); in __sclp_vt220_init()