Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-thin.c36 static unsigned int no_space_timeout_secs = NO_SPACE_TIMEOUT_SECS; variable
2549 unsigned long no_space_timeout = READ_ONCE(no_space_timeout_secs) * HZ; in set_pool_mode()
4559 module_param_named(no_space_timeout, no_space_timeout_secs, uint, 0644);