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

/linux-master/drivers/md/
H A Ddm-bufio.c1063 static unsigned int dm_bufio_max_age = DM_BUFIO_DEFAULT_AGE_SECS; variable
2668 unsigned int max_age = READ_ONCE(dm_bufio_max_age);
2980 module_param_named(max_age_seconds, dm_bufio_max_age, uint, 0644);

Completed in 130 milliseconds