Lines Matching full:restart
166 * to restart the system.
176 * 0: Restart handler of last resort,
177 * with limited restart capabilities
178 * 128: Default restart handler; use if no other
179 * restart handler is expected to be available,
180 * and/or if restart functionality is
181 * sufficient to restart the entire system
182 * 255: Highest priority restart handler, will
183 * preempt all other restart handlers
185 * Registers a function with code to be called to restart the
189 * step of the restart sequence (if the architecture specific
192 * Registered functions are expected to restart the system immediately.
193 * If more than one function is registered, the restart handler priority
196 * Restart handlers are expected to be registered from non-architecture
198 * where restart functionality is provided through a watchdog. Multiple
199 * restart handlers may exist; for example, one restart handler might
200 * restart the entire system, while another only restarts the CPU.
201 * In such cases, the restart handler which only restarts part of the
203 * it only runs if no other means to restart the system is available.
216 * restart handler
219 * Unregisters a previously registered restart handler function.
230 * do_kernel_restart - Execute kernel restart handler call chain
234 * Expected to be called from machine_restart as last step of the restart
237 * Restarts the system immediately if a restart handler function has been
265 * to prepare system for restart.
276 * @cmd: pointer to buffer containing command to execute for restart
395 * Registers system power-off or restart handler that will be invoked
564 * devm_register_restart_handler - Register restart handler
570 * and using restart mode.
978 * Worst of the worst case trigger emergency restart in hw_failure_emergency_action_func()
980 pr_emerg("Hardware protection %s failed. Trying emergency restart\n", in hw_failure_emergency_action_func()