Searched refs:admin_timeout (Results 1 – 4 of 4) sorted by relevance
28 extern unsigned int admin_timeout;29 #define NVME_ADMIN_TIMEOUT (admin_timeout * HZ)
320 timeout = nvmet_req_subsys(req)->admin_timeout; in nvmet_passthru_execute_cmd()
945 return sprintf(page, "%u\n", to_subsys(item->ci_parent)->admin_timeout); in nvmet_passthru_admin_timeout_show()956 subsys->admin_timeout = timeout; in nvmet_passthru_admin_timeout_store()959 CONFIGFS_ATTR(nvmet_passthru_, admin_timeout);
346 unsigned int admin_timeout; member