Searched refs:shutdown_timeout (Results 1 – 2 of 2) sorted by relevance
50 static unsigned char shutdown_timeout = 5; variable51 module_param(shutdown_timeout, byte, 0644);52 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");1806 unsigned long timeout = jiffies + (ctrl->shutdown_timeout * HZ); in nvme_shutdown_ctrl()2417 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify()2418 shutdown_timeout, 60); in nvme_init_identify()2420 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify()2423 ctrl->shutdown_timeout); in nvme_init_identify()2425 ctrl->shutdown_timeout = shutdown_timeout; in nvme_init_identify()
196 unsigned int shutdown_timeout; member