Searched refs:wdtimer_period (Results 1 – 2 of 2) sorted by relevance
32 round_jiffies(jiffies + pdsc->wdtimer_period)); in pdsc_wdtimer_cb()250 pdsc->wdtimer_period = PDSC_WATCHDOG_SECS * HZ; in pdsc_init_pf()301 mod_timer(&pdsc->wdtimer, round_jiffies(jiffies + pdsc->wdtimer_period)); in pdsc_init_pf()
195 unsigned int wdtimer_period; member