Home
last modified time | relevance | path

Searched refs:corruption_check_period (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dcheck.c25 static unsigned __read_mostly corruption_check_period = 60; /* seconds */ variable
67 corruption_check_period = val; in set_corruption_check_period()
171 round_jiffies_relative(corruption_check_period*HZ)); in check_corruption()
176 if (!num_scan_areas || !memory_corruption_check || corruption_check_period == 0) in start_periodic_check_for_corruption()
179 pr_info("Scanning for low memory corruption every %d seconds\n", corruption_check_period); in start_periodic_check_for_corruption()