shutdown_timeout   44 drivers/nvme/host/core.c static unsigned char shutdown_timeout = 5;
shutdown_timeout   45 drivers/nvme/host/core.c module_param(shutdown_timeout, byte, 0644);
shutdown_timeout   46 drivers/nvme/host/core.c MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");
shutdown_timeout 2163 drivers/nvme/host/core.c 	unsigned long timeout = jiffies + (ctrl->shutdown_timeout * HZ);
shutdown_timeout 2827 drivers/nvme/host/core.c 		ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time,
shutdown_timeout 2828 drivers/nvme/host/core.c 						 shutdown_timeout, 60);
shutdown_timeout 2830 drivers/nvme/host/core.c 		if (ctrl->shutdown_timeout != shutdown_timeout)
shutdown_timeout 2833 drivers/nvme/host/core.c 				 ctrl->shutdown_timeout);
shutdown_timeout 2835 drivers/nvme/host/core.c 		ctrl->shutdown_timeout = shutdown_timeout;
shutdown_timeout  237 drivers/nvme/host/nvme.h 	unsigned int shutdown_timeout;