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

/linux-4.1.27/drivers/s390/char/
H A Dsclp_con.c36 static struct timer_list sclp_con_timer; variable in typeref:struct:timer_list
112 if (timer_pending(&sclp_con_timer)) sclp_console_sync_queue()
113 del_timer(&sclp_con_timer); sclp_console_sync_queue()
212 !timer_pending(&sclp_con_timer)) { sclp_console_write()
213 init_timer(&sclp_con_timer); sclp_console_write()
214 sclp_con_timer.function = sclp_console_timeout; sclp_console_write()
215 sclp_con_timer.data = 0UL; sclp_console_write()
216 sclp_con_timer.expires = jiffies + HZ/10; sclp_console_write()
217 add_timer(&sclp_con_timer); sclp_console_write()
336 init_timer(&sclp_con_timer); sclp_console_init()

Completed in 30 milliseconds