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,
117 pr_err("Unable to get live update number '%s' [%d]\n", in luo_early_startup()
124 pr_info("Retrieved live update data, liveupdate number: %lld\n", in luo_early_startup()
141 luo_restore_fail("The incoming tree failed to initialize properly [%pe], disabling live update\n", in liveupdate_early_init()
209 * liveupdate_reboot() - Kernel reboot notifier for live update final
243 * liveupdate_enabled - Check if the live update feature is enabled.
245 * This function returns the state of the live update feature flag, which
248 * @return true if live update is enabled, false otherwise.