Searched refs:wdtimer (Results 1 – 2 of 2) sorted by relevance
28 struct pdsc *pdsc = timer_container_of(pdsc, t, wdtimer); in pdsc_wdtimer_cb()31 mod_timer(&pdsc->wdtimer, in pdsc_wdtimer_cb()249 timer_setup(&pdsc->wdtimer, pdsc_wdtimer_cb, 0); in pdsc_init_pf()301 mod_timer(&pdsc->wdtimer, round_jiffies(jiffies + pdsc->wdtimer_period)); in pdsc_init_pf()315 timer_shutdown_sync(&pdsc->wdtimer); in pdsc_init_pf()447 timer_shutdown_sync(&pdsc->wdtimer); in pdsc_remove()478 timer_shutdown_sync(&pdsc->wdtimer); in pdsc_stop_health_thread()494 timer_setup(&pdsc->wdtimer, pdsc_wdtimer_cb, 0); in pdsc_restart_health_thread()495 mod_timer(&pdsc->wdtimer, jiffies + 1); in pdsc_restart_health_thread()
194 struct timer_list wdtimer; member