Lines Matching full:restart

168  *	to restart the system.
178 * 0: Restart handler of last resort,
179 * with limited restart capabilities
180 * 128: Default restart handler; use if no other
181 * restart handler is expected to be available,
182 * and/or if restart functionality is
183 * sufficient to restart the entire system
184 * 255: Highest priority restart handler, will
185 * preempt all other restart handlers
187 * Registers a function with code to be called to restart the
191 * step of the restart sequence (if the architecture specific
194 * Registered functions are expected to restart the system immediately.
195 * If more than one function is registered, the restart handler priority
198 * Restart handlers are expected to be registered from non-architecture
200 * where restart functionality is provided through a watchdog. Multiple
201 * restart handlers may exist; for example, one restart handler might
202 * restart the entire system, while another only restarts the CPU.
203 * In such cases, the restart handler which only restarts part of the
205 * it only runs if no other means to restart the system is available.
218 * restart handler
221 * Unregisters a previously registered restart handler function.
232 * do_kernel_restart - Execute kernel restart handler call chain
234 * @cmd: pointer to buffer containing command to execute for restart
239 * Expected to be called from machine_restart as last step of the restart
242 * Restarts the system immediately if a restart handler function has been
270 * to prepare system for restart.
281 * @cmd: pointer to buffer containing command to execute for restart
400 * Registers system power-off or restart handler that will be invoked
569 * devm_register_restart_handler - Register restart handler
575 * and using restart mode.
983 * Worst of the worst case trigger emergency restart in hw_failure_emergency_action_func()
985 pr_emerg("Hardware protection %s failed. Trying emergency restart\n", in hw_failure_emergency_action_func()