Lines Matching full:restart

159  *	to restart the system.
169 * 0: Restart handler of last resort,
170 * with limited restart capabilities
171 * 128: Default restart handler; use if no other
172 * restart handler is expected to be available,
173 * and/or if restart functionality is
174 * sufficient to restart the entire system
175 * 255: Highest priority restart handler, will
176 * preempt all other restart handlers
178 * Registers a function with code to be called to restart the
182 * step of the restart sequence (if the architecture specific
185 * Registered functions are expected to restart the system immediately.
186 * If more than one function is registered, the restart handler priority
189 * Restart handlers are expected to be registered from non-architecture
191 * where restart functionality is provided through a watchdog. Multiple
192 * restart handlers may exist; for example, one restart handler might
193 * restart the entire system, while another only restarts the CPU.
194 * In such cases, the restart handler which only restarts part of the
196 * it only runs if no other means to restart the system is available.
209 * restart handler
212 * Unregisters a previously registered restart handler function.
223 * do_kernel_restart - Execute kernel restart handler call chain
227 * Expected to be called from machine_restart as last step of the restart
230 * Restarts the system immediately if a restart handler function has been
258 * to prepare system for restart.
269 * @cmd: pointer to buffer containing command to execute for restart
388 * Registers system power-off or restart handler that will be invoked
557 * devm_register_restart_handler - Register restart handler
563 * and using restart mode.
949 * Worst of the worst case trigger emergency restart in hw_failure_emergency_poweroff_func()
951 pr_emerg("Hardware protection shutdown failed. Trying emergency restart\n"); in hw_failure_emergency_poweroff_func()