Searched refs:shutdown_timeout (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runqemu.py | 203 shutdown_timeout = 120 205 …_shutdown_succeeded = self._start_qemu_shutdown_check_if_shutdown_succeeded(qemu, shutdown_timeout) 206 …wn_succeeded, 'Failed: %s does not shutdown within timeout(%s)' % (self.machine, shutdown_timeout)) 213 shutdown_timeout = 120 215 …_shutdown_succeeded = self._start_qemu_shutdown_check_if_shutdown_succeeded(qemu, shutdown_timeout) 216 …wn_succeeded, 'Failed: %s does not shutdown within timeout(%s)' % (self.machine, shutdown_timeout))
|
/openbmc/linux/drivers/nvme/host/ |
H A D | core.c | 54 static unsigned char shutdown_timeout = 5; variable 55 module_param(shutdown_timeout, byte, 0644); 56 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown"); 2219 ctrl->shutdown_timeout, "shutdown"); in nvme_disable_ctrl() 3109 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify() 3110 shutdown_timeout, 60); in nvme_init_identify() 3112 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify() 3115 ctrl->shutdown_timeout); in nvme_init_identify() 3117 ctrl->shutdown_timeout = shutdown_timeout; in nvme_init_identify()
|
H A D | nvme.h | 347 unsigned int shutdown_timeout; member
|
/openbmc/linux/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 90 __le16 shutdown_timeout; member 388 __le16 shutdown_timeout; member
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 2750 u16 shutdown_timeout = le16_to_cpu(evtdata->shutdown_timeout); in mpi3mr_energypackchg_evt_th() local 2752 if (shutdown_timeout <= 0) { in mpi3mr_energypackchg_evt_th() 2755 __func__, shutdown_timeout); in mpi3mr_energypackchg_evt_th() 2761 __func__, mrioc->facts.shutdown_timeout, shutdown_timeout); in mpi3mr_energypackchg_evt_th() 2762 mrioc->facts.shutdown_timeout = shutdown_timeout; in mpi3mr_energypackchg_evt_th()
|
H A D | mpi3mr.h | 343 u16 shutdown_timeout; member
|
H A D | mpi3mr_fw.c | 2891 mrioc->facts.shutdown_timeout = in mpi3mr_process_factsdata() 2892 le16_to_cpu(facts_data->shutdown_timeout); in mpi3mr_process_factsdata() 4466 if (mrioc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown() 4467 timeout = mrioc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()
|