reboot_notifier_list  238 include/linux/notifier.h extern struct blocking_notifier_head reboot_notifier_list;
reboot_notifier_list   15 kernel/notifier.c BLOCKING_NOTIFIER_HEAD(reboot_notifier_list);
reboot_notifier_list   73 kernel/reboot.c 	blocking_notifier_call_chain(&reboot_notifier_list, SYS_RESTART, cmd);
reboot_notifier_list   91 kernel/reboot.c 	return blocking_notifier_chain_register(&reboot_notifier_list, nb);
reboot_notifier_list  106 kernel/reboot.c 	return blocking_notifier_chain_unregister(&reboot_notifier_list, nb);
reboot_notifier_list  260 kernel/reboot.c 	blocking_notifier_call_chain(&reboot_notifier_list,