admin_timeout      34 drivers/nvme/host/core.c unsigned int admin_timeout = 60;
admin_timeout      35 drivers/nvme/host/core.c module_param(admin_timeout, uint, 0644);
admin_timeout      36 drivers/nvme/host/core.c MODULE_PARM_DESC(admin_timeout, "timeout in seconds for admin commands");
admin_timeout      37 drivers/nvme/host/core.c EXPORT_SYMBOL_GPL(admin_timeout);
admin_timeout    3886 drivers/nvme/host/core.c 				msecs_to_jiffies(admin_timeout * 1000);
admin_timeout      25 drivers/nvme/host/nvme.h extern unsigned int admin_timeout;
admin_timeout      26 drivers/nvme/host/nvme.h #define ADMIN_TIMEOUT	(admin_timeout * HZ)