restart_handler_list 141 kernel/reboot.c static ATOMIC_NOTIFIER_HEAD(restart_handler_list); restart_handler_list 183 kernel/reboot.c return atomic_notifier_chain_register(&restart_handler_list, nb); restart_handler_list 198 kernel/reboot.c return atomic_notifier_chain_unregister(&restart_handler_list, nb); restart_handler_list 215 kernel/reboot.c atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd);