Searched refs:stat_cleanup_high_delay (Results 1 – 1 of 1) sorted by relevance
1261 static int stat_cleanup_high_delay; /* Maximum cleanup delay (in ticks) */ variable 1319 CTLFLAG_RW | CTLFLAG_STATS, &stat_cleanup_high_delay, 0, "");13762 if (time_second - starttime > stat_cleanup_high_delay) in softdep_request_cleanup() 13763 stat_cleanup_high_delay = time_second - starttime; in softdep_request_cleanup()