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

/linux-4.4.14/drivers/s390/char/
H A Dsclp_vt220.c66 static struct list_head sclp_vt220_empty; variable in typeref:struct:list_head
131 list_add_tail((struct list_head *) page, &sclp_vt220_empty); sclp_vt220_process_queue()
387 list_add_tail((struct list_head *) page, &sclp_vt220_empty); sclp_vt220_drop_buffer()
419 if (list_empty(&sclp_vt220_empty)) __sclp_vt220_write()
421 while (list_empty(&sclp_vt220_empty)) { __sclp_vt220_write()
431 page = (void *) sclp_vt220_empty.next; __sclp_vt220_write()
625 list_for_each(l, &sclp_vt220_empty) sclp_vt220_write_room()
669 list_for_each_safe(page, p, &sclp_vt220_empty) { __sclp_vt220_free_pages()
699 INIT_LIST_HEAD(&sclp_vt220_empty); __sclp_vt220_init()
713 list_add_tail(page, &sclp_vt220_empty); __sclp_vt220_init()

Completed in 56 milliseconds