Home
last modified time | relevance | path

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

/drivers/md/
Ddm-bufio.c1777 unsigned max_age = READ_ONCE(dm_bufio_max_age); in get_max_age_hz() local
1779 if (max_age > UINT_MAX / HZ) in get_max_age_hz()
1780 max_age = UINT_MAX / HZ; in get_max_age_hz()
1782 return max_age * HZ; in get_max_age_hz()