Searched refs:pre_restart_notifier (Results 1 – 2 of 2) sorted by relevance
86 reboot = container_of(this, struct reboot_mode_driver, pre_restart_notifier); in reboot_mode_pre_restart_notify()170 reboot->pre_restart_notifier.notifier_call = reboot_mode_pre_restart_notify; in reboot_mode_register()173 register_pre_restart_handler(&reboot->pre_restart_notifier); in reboot_mode_register()
11 struct notifier_block pre_restart_notifier; member