Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dsoftdog.c141 static struct notifier_block softdog_notifier = { variable
179 ret = register_reboot_notifier(&softdog_notifier); in watchdog_init()
187 unregister_reboot_notifier(&softdog_notifier); in watchdog_init()
200 unregister_reboot_notifier(&softdog_notifier); in watchdog_exit()