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

/linux-4.4.14/arch/x86/kernel/
H A Dcheck.c20 static unsigned __read_mostly corruption_check_period = 60; /* seconds */ variable
51 corruption_check_period = val; set_corruption_check_period()
151 round_jiffies_relative(corruption_check_period*HZ)); check_corruption()
156 if (!num_scan_areas || !memory_corruption_check || corruption_check_period == 0) start_periodic_check_for_corruption()
160 corruption_check_period); start_periodic_check_for_corruption()

Completed in 36 milliseconds