Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dcheck.c20 static unsigned __read_mostly corruption_check_period = 60; /* seconds */ variable
42 corruption_check_period = simple_strtoul(arg, &end, 10); in set_corruption_check_period()
142 round_jiffies_relative(corruption_check_period*HZ)); in check_corruption()
147 if (!num_scan_areas || !memory_corruption_check || corruption_check_period == 0) in start_periodic_check_for_corruption()
151 corruption_check_period); in start_periodic_check_for_corruption()