Searched refs:sclp_con_pages (Results 1 – 1 of 1) sorted by relevance
31 static struct list_head sclp_con_pages; variable59 list_add_tail((struct list_head *) page, &sclp_con_pages); in sclp_conbuf_callback()154 list_add_tail((struct list_head *) page, &sclp_con_pages); in sclp_console_drop_buffer()179 if (list_empty(&sclp_con_pages)) in sclp_console_write()181 while (list_empty(&sclp_con_pages)) { in sclp_console_write()190 page = sclp_con_pages.next; in sclp_console_write()326 INIT_LIST_HEAD(&sclp_con_pages); in sclp_console_init()329 list_add_tail(page, &sclp_con_pages); in sclp_console_init()