Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/host/
Dcore.c43 static unsigned char shutdown_timeout = 5; variable
44 module_param(shutdown_timeout, byte, 0644);
45 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");
2397 unsigned long timeout = jiffies + (ctrl->shutdown_timeout * HZ); in nvme_shutdown_ctrl()
3049 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify()
3050 shutdown_timeout, 60); in nvme_init_identify()
3052 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify()
3055 ctrl->shutdown_timeout); in nvme_init_identify()
3057 ctrl->shutdown_timeout = shutdown_timeout; in nvme_init_identify()
Dnvme.h291 unsigned int shutdown_timeout; member