Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c2276 long cur_time_mon; in check_decay_read_errors() local
2280 cur_time_mon = ktime_get_seconds(); in check_decay_read_errors()
2284 rdev->last_read_error = cur_time_mon; in check_decay_read_errors()
2288 hours_since_last = (long)(cur_time_mon - in check_decay_read_errors()
2291 rdev->last_read_error = cur_time_mon; in check_decay_read_errors()
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.c2666 long cur_time_mon; in check_decay_read_errors() local
2670 cur_time_mon = ktime_get_seconds(); in check_decay_read_errors()
2674 rdev->last_read_error = cur_time_mon; in check_decay_read_errors()
2678 hours_since_last = (long)(cur_time_mon - in check_decay_read_errors()
2681 rdev->last_read_error = cur_time_mon; in check_decay_read_errors()

Completed in 22 milliseconds