Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
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()