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

/linux-4.1.27/drivers/s390/char/
H A Dsclp_vt220.c64 static struct list_head sclp_vt220_empty; variable in typeref:struct:list_head
129 list_add_tail((struct list_head *) page, &sclp_vt220_empty); sclp_vt220_process_queue()
385 list_add_tail((struct list_head *) page, &sclp_vt220_empty); sclp_vt220_drop_buffer()
417 if (list_empty(&sclp_vt220_empty)) __sclp_vt220_write()
419 while (list_empty(&sclp_vt220_empty)) { __sclp_vt220_write()
429 page = (void *) sclp_vt220_empty.next; __sclp_vt220_write()
575 list_for_each(l, &sclp_vt220_empty) sclp_vt220_write_room()
619 list_for_each_safe(page, p, &sclp_vt220_empty) { __sclp_vt220_free_pages()
649 INIT_LIST_HEAD(&sclp_vt220_empty); __sclp_vt220_init()
663 list_add_tail(page, &sclp_vt220_empty); __sclp_vt220_init()

Completed in 62 milliseconds