Lines Matching full:restart
140 * to restart the system.
150 * 0: Restart handler of last resort,
151 * with limited restart capabilities
152 * 128: Default restart handler; use if no other
153 * restart handler is expected to be available,
154 * and/or if restart functionality is
155 * sufficient to restart the entire system
156 * 255: Highest priority restart handler, will
157 * preempt all other restart handlers
159 * Registers a function with code to be called to restart the
163 * step of the restart sequence (if the architecture specific
166 * Registered functions are expected to restart the system immediately.
167 * If more than one function is registered, the restart handler priority
170 * Restart handlers are expected to be registered from non-architecture
172 * where restart functionality is provided through a watchdog. Multiple
173 * restart handlers may exist; for example, one restart handler might
174 * restart the entire system, while another only restarts the CPU.
175 * In such cases, the restart handler which only restarts part of the
177 * it only runs if no other means to restart the system is available.
190 * restart handler
193 * Unregisters a previously registered restart handler function.
204 * do_kernel_restart - Execute kernel restart handler call chain
208 * Expected to be called from machine_restart as last step of the restart
211 * Restarts the system immediately if a restart handler function has been
239 * @cmd: pointer to buffer containing command to execute for restart