Searched refs:shutdown_timeout (Results 1 – 2 of 2) sorted by relevance
42 static unsigned char shutdown_timeout = 5; variable43 module_param(shutdown_timeout, byte, 0644);44 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");2474 unsigned long timeout = jiffies + (ctrl->shutdown_timeout * HZ); in nvme_shutdown_ctrl()3161 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify()3162 shutdown_timeout, 60); in nvme_init_identify()3164 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify()3167 ctrl->shutdown_timeout); in nvme_init_identify()3169 ctrl->shutdown_timeout = shutdown_timeout; in nvme_init_identify()
306 unsigned int shutdown_timeout; member