Searched refs:should_defer_rollback_protection (Results 1 – 3 of 3) sorted by relevance
132 let defer_rollback_protection = should_defer_rollback_protection(fdt)? in main()303 fn should_defer_rollback_protection(fdt: &Fdt) -> Result<bool, RebootReason> { in should_defer_rollback_protection() function
168 fn should_defer_rollback_protection() -> bool { in should_defer_rollback_protection() function318 let instance_data = if should_defer_rollback_protection() { in try_run_payload()
95 if !crate::should_defer_rollback_protection() { in new()