Searched refs:sclp_con_pages (Results 1 – 1 of 1) sorted by relevance
30 static struct list_head sclp_con_pages; variable58 list_add_tail((struct list_head *) page, &sclp_con_pages); in sclp_conbuf_callback()153 list_add_tail((struct list_head *) page, &sclp_con_pages); in sclp_console_drop_buffer()178 if (list_empty(&sclp_con_pages)) in sclp_console_write()180 while (list_empty(&sclp_con_pages)) { in sclp_console_write()189 page = sclp_con_pages.next; in sclp_console_write()329 INIT_LIST_HEAD(&sclp_con_pages); in sclp_console_init()332 list_add_tail(page, &sclp_con_pages); in sclp_console_init()