Searched refs:shutdown_timeout (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runqemu.py | 189 shutdown_timeout = 120 191 …_shutdown_succeeded = self._start_qemu_shutdown_check_if_shutdown_succeeded(qemu, shutdown_timeout) 192 …wn_succeeded, 'Failed: %s does not shutdown within timeout(%s)' % (self.machine, shutdown_timeout)) 208 shutdown_timeout = 120 210 …_shutdown_succeeded = self._start_qemu_shutdown_check_if_shutdown_succeeded(qemu, shutdown_timeout) 211 …wn_succeeded, 'Failed: %s does not shutdown within timeout(%s)' % (self.machine, shutdown_timeout))
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | core.c | 42 static unsigned char shutdown_timeout = 5; variable 43 module_param(shutdown_timeout, byte, 0644); 44 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown"); 2463 unsigned long timeout = jiffies + (ctrl->shutdown_timeout * HZ); in nvme_shutdown_ctrl() 3150 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify() 3151 shutdown_timeout, 60); in nvme_init_identify() 3153 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify() 3156 ctrl->shutdown_timeout); in nvme_init_identify() 3158 ctrl->shutdown_timeout = shutdown_timeout; in nvme_init_identify()
|
| H A D | nvme.h | 311 unsigned int shutdown_timeout; member
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin.modinfo | |