Searched refs:pretimeout_timer (Results 1 – 2 of 2) sorted by relevance
16 wd_data = container_of(timer, struct watchdog_core_data, pretimeout_timer); in watchdog_hrtimer_pretimeout()26 hrtimer_init(&wd_data->pretimeout_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in watchdog_hrtimer_pretimeout_init()27 wd_data->pretimeout_timer.function = watchdog_hrtimer_pretimeout; in watchdog_hrtimer_pretimeout_init()34 hrtimer_start(&wdd->wd_data->pretimeout_timer, in watchdog_hrtimer_pretimeout_start()38 hrtimer_cancel(&wdd->wd_data->pretimeout_timer); in watchdog_hrtimer_pretimeout_start()43 hrtimer_cancel(&wdd->wd_data->pretimeout_timer); in watchdog_hrtimer_pretimeout_stop()
51 struct hrtimer pretimeout_timer; member