Home
last modified time | relevance | path

Searched refs:stp_timer (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
Dtime.c450 static struct timer_list stp_timer; variable
486 timer_setup(&stp_timer, stp_timeout, 0); in stp_init()
667 mod_timer(&stp_timer, jiffies + msecs_to_jiffies(14400 * MSEC_PER_SEC)); in stp_check_leap()
672 mod_timer(&stp_timer, jiffies + msecs_to_jiffies(3600 * MSEC_PER_SEC)); in stp_check_leap()
690 del_timer_sync(&stp_timer); in stp_work_fn()
716 mod_timer(&stp_timer, jiffies + msecs_to_jiffies(MSEC_PER_SEC)); in stp_work_fn()