Lines Matching full:live
9 * DOC: Live Update Orchestrator (LUO)
11 * Live Update is a specialized, kexec-based reboot process that allows a
17 * While the primary use case driving this work is supporting live updates of
19 * LUO framework itself is designed to be workload-agnostic. Live Update
32 * The core of LUO is a mechanism that tracks the progress of a live update,
116 pr_err("Unable to get live update number '%s' [%d]\n",
123 pr_info("Retrieved live update data, liveupdate number: %lld\n",
142 luo_restore_fail("The incoming tree failed to initialize properly [%pe], disabling live update\n",
211 * liveupdate_reboot() - Kernel reboot notifier for live update final
247 * liveupdate_enabled - Check if the live update feature is enabled.
249 * This function returns the state of the live update feature flag, which
252 * @return true if live update is enabled, false otherwise.