Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dlgr.c19 #define LGR_TIMER_INTERVAL_SECS (30 * 60) macro
169 mod_timer(&lgr_timer, jiffies + msecs_to_jiffies(LGR_TIMER_INTERVAL_SECS * MSEC_PER_SEC)); in lgr_timer_set()