Lines Matching full:restart

149  *	to restart the system.
159 * 0: Restart handler of last resort,
160 * with limited restart capabilities
161 * 128: Default restart handler; use if no other
162 * restart handler is expected to be available,
163 * and/or if restart functionality is
164 * sufficient to restart the entire system
165 * 255: Highest priority restart handler, will
166 * preempt all other restart handlers
168 * Registers a function with code to be called to restart the
172 * step of the restart sequence (if the architecture specific
175 * Registered functions are expected to restart the system immediately.
176 * If more than one function is registered, the restart handler priority
179 * Restart handlers are expected to be registered from non-architecture
181 * where restart functionality is provided through a watchdog. Multiple
182 * restart handlers may exist; for example, one restart handler might
183 * restart the entire system, while another only restarts the CPU.
184 * In such cases, the restart handler which only restarts part of the
186 * it only runs if no other means to restart the system is available.
199 * restart handler
202 * Unregisters a previously registered restart handler function.
213 * do_kernel_restart - Execute kernel restart handler call chain
217 * Expected to be called from machine_restart as last step of the restart
220 * Restarts the system immediately if a restart handler function has been
248 * to prepare system for restart.
259 * @cmd: pointer to buffer containing command to execute for restart
374 * Registers system power-off or restart handler that will be invoked
542 * devm_register_restart_handler - Register restart handler
548 * and using restart mode.
932 * Worst of the worst case trigger emergency restart in hw_failure_emergency_poweroff_func()
934 pr_emerg("Hardware protection shutdown failed. Trying emergency restart\n"); in hw_failure_emergency_poweroff_func()