Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bufio.c210 static unsigned dm_bufio_max_age = DM_BUFIO_DEFAULT_AGE_SECS; variable
1894 unsigned max_age = READ_ONCE(dm_bufio_max_age); in get_max_age_hz()
2121 module_param_named(max_age_seconds, dm_bufio_max_age, uint, S_IRUGO | S_IWUSR);
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bufio.c1063 static unsigned int dm_bufio_max_age = DM_BUFIO_DEFAULT_AGE_SECS; variable
2632 unsigned int max_age = READ_ONCE(dm_bufio_max_age); in get_max_age_hz()
2944 module_param_named(max_age_seconds, dm_bufio_max_age, uint, 0644);

Completed in 7 milliseconds