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

/linux-4.1.27/drivers/s390/char/
H A Dsclp_tty.c48 static struct timer_list sclp_tty_timer; variable in typeref:struct:timer_list
220 !timer_pending(&sclp_tty_timer)) { sclp_tty_write_string()
221 init_timer(&sclp_tty_timer); sclp_tty_write_string()
222 sclp_tty_timer.function = sclp_tty_timeout; sclp_tty_write_string()
223 sclp_tty_timer.data = 0UL; sclp_tty_write_string()
224 sclp_tty_timer.expires = jiffies + HZ/10; sclp_tty_write_string()
225 add_timer(&sclp_tty_timer); sclp_tty_write_string()
532 init_timer(&sclp_tty_timer); sclp_tty_init()

Completed in 30 milliseconds