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.
878 pr_warn("Failed to start orderly shutdown: forcing the issue\n");
883 * emergency shutdown?
905 * This may be called from any context to trigger a system shutdown.
906 * If the orderly shutdown fails, it will force an immediate shutdown.
945 * We have reached here after the emergency shutdown waiting period has
958 pr_emerg("Hardware protection shutdown failed. Trying emergency restart\n");
968 * This may be called from any critical situation to trigger a system shutdown
980 * __hw_protection_shutdown - Trigger an emergency system shutdown or reboot
982 * @reason: Reason of emergency shutdown or reboot to be printed.
983 * @ms_until_forced: Time to wait for orderly shutdown or reboot before
985 * shutdown or reboot.
986 * @shutdown: If true, indicates that a shutdown will happen
991 * Initiate an emergency system shutdown or reboot in order to protect
993 * NOTE: The request is ignored if protection shutdown or reboot is already
995 * shutdown/reboot.
997 void __hw_protection_shutdown(const char *reason, int ms_until_forced, bool shutdown)
1001 pr_emerg("HARDWARE PROTECTION shutdown (%s)\n", reason);
1003 /* Shutdown should be initiated only once. */
1008 * Queue a backup emergency shutdown in the event of
1012 if (shutdown)