corruption_check_period   25 arch/x86/kernel/check.c static unsigned __read_mostly corruption_check_period = 60; /* seconds */
corruption_check_period   67 arch/x86/kernel/check.c 	corruption_check_period = val;
corruption_check_period  171 arch/x86/kernel/check.c 		round_jiffies_relative(corruption_check_period*HZ));
corruption_check_period  176 arch/x86/kernel/check.c 	if (!num_scan_areas || !memory_corruption_check || corruption_check_period == 0)
corruption_check_period  179 arch/x86/kernel/check.c 	pr_info("Scanning for low memory corruption every %d seconds\n", corruption_check_period);