Searched refs:wdtimer (Results 1 – 2 of 2) sorted by relevance
26 struct pdsc *pdsc = timer_container_of(pdsc, t, wdtimer); in pdsc_wdtimer_cb()29 mod_timer(&pdsc->wdtimer, in pdsc_wdtimer_cb()244 timer_setup(&pdsc->wdtimer, pdsc_wdtimer_cb, 0); in pdsc_init_pf()296 mod_timer(&pdsc->wdtimer, round_jiffies(jiffies + pdsc->wdtimer_period)); in pdsc_init_pf()310 timer_shutdown_sync(&pdsc->wdtimer); in pdsc_init_pf()438 timer_shutdown_sync(&pdsc->wdtimer); in pdsc_remove()467 timer_shutdown_sync(&pdsc->wdtimer); in pdsc_stop_health_thread()477 timer_setup(&pdsc->wdtimer, pdsc_wdtimer_cb, 0); in pdsc_restart_health_thread()478 mod_timer(&pdsc->wdtimer, jiffies + 1); in pdsc_restart_health_thread()
171 struct timer_list wdtimer; member