Lines Matching full:shutdown
77 * at shutdown. This is used to stop any idling DMA operations
279 * Shutdown everything and perform a clean reboot.
308 * Shutdown everything and perform a clean system halt.
698 * Shutdown everything and perform a clean system power_off.
879 pr_warn("Failed to start orderly shutdown: forcing the issue\n"); in __orderly_poweroff()
884 * emergency shutdown? in __orderly_poweroff()
906 * This may be called from any context to trigger a system shutdown.
907 * If the orderly shutdown fails, it will force an immediate shutdown.
940 return "shutdown"; in hw_protection_action_str()
989 * hw_failure_emergency_schedule - Schedule an emergency system shutdown or reboot
994 * This may be called from any critical situation to trigger a system shutdown
1009 * __hw_protection_shutdown - Trigger an emergency system shutdown or reboot
1011 * @reason: Reason of emergency shutdown or reboot to be printed.
1012 * @ms_until_forced: Time to wait for orderly shutdown or reboot before
1014 * shutdown or reboot.
1017 * Initiate an emergency system shutdown or reboot in order to protect
1019 * NOTE: The request is ignored if protection shutdown or reboot is already
1021 * shutdown/reboot.
1028 pr_emerg("HARDWARE PROTECTION shutdown (%s)\n", reason); in __hw_protection_shutdown()
1030 /* Shutdown should be initiated only once. */ in __hw_protection_shutdown()
1035 * Queue a backup emergency shutdown in the event of in __hw_protection_shutdown()