Searched refs:max_boot_history (Results 1 – 2 of 2) sorted by relevance
352 def update_boot_history(boot_history, boot_start_message, max_boot_history=10): argument368 del boot_history[: max(0, len(boot_history) - max_boot_history)]
59 max_boot_history = 10 variable946 update_boot_history(boot_history, doing_msg, max_boot_history)1279 update_boot_history(boot_history, doing_msg, max_boot_history)