Lines Matching full:recovery
61 * disabled: By default coredump collection is disabled. Recovery will
68 * recovery process will have to wait until data is read by
174 /* expose recovery flag via debugfs */
185 * By writing to the 'recovery' debugfs entry, we control the behavior of the
186 * recovery mechanism dynamically. The default value of this entry is "enabled".
188 * The 'recovery' debugfs entry supports these commands:
192 * processor crashes while recovery is disabled, it will
193 * be automatically recovered too as soon as recovery is enabled.
199 * recover: This function will trigger an immediate recovery if the
201 * or checking the recovery state (enabled/disabled).
203 * additional crashes to happen after enabling recovery. In this
204 * case, enabling recovery will make it hard to debug subsequent
205 * crashes, so it's recommended to keep recovery disabled, and
228 /* change the flag and begin the recovery process if needed */ in rproc_recovery_write()
234 /* begin the recovery process without changing the flag */ in rproc_recovery_write()
409 debugfs_create_file("recovery", 0600, rproc->dbg_dir, in rproc_create_debug_dir()