Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-mpath.c38 static unsigned long queue_if_no_path_timeout_secs = QUEUE_IF_NO_PATH_TIMEOUT_DEFAULT; variable
804 READ_ONCE(queue_if_no_path_timeout_secs) * HZ; in enable_nopath_timeout()
2261 module_param_named(queue_if_no_path_timeout_secs, queue_if_no_path_timeout_secs, ulong, 0644);
2262 MODULE_PARM_DESC(queue_if_no_path_timeout_secs, "No available paths queue IO timeout in seconds");