/openbmc/phosphor-pid-control/sensors/ |
H A D | sensor.hpp | 31 _name(name), _timeout(timeout) in Sensor() 61 return _timeout; in getTimeout() 66 int64_t _timeout; member in pid_control::Sensor
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | scriptutils.py | 28 self._timeout = threading.Condition() 35 with self._timeout: 36 if not self._timeout.wait(keepalive): 46 with self._timeout: 47 self._timeout.notify() 55 with self._timeout: 56 self._timeout.notify()
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | legacy.py | 91 self._timeout: Optional[float] = None 193 self._timeout 216 self._timeout 297 self._timeout = timeout
|
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | completion.rst | 78 在使用wait_for_completion()的_timeout()或_killable()/_interruptible()变体 117 (_timeout(), _killable()和_interruptible())变体,等待可能会提前完成,而对象可 203 回-ERESTARTSYS,如果完成了,则返回0。它也有一个_timeout变体::
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | eventreplay.py | 25 def waitEvent(self, _timeout): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | selenium_helpers_base.py | 107 end_time = time.time() + self._timeout 130 end_time = time.time() + self._timeout
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_hw_defs.h | 215 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument 216 (0x80000000 | ((_timeout) << 16) | (_events))
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | tach_sensor.cpp | 83 _ignoreAboveMax(ignoreAboveMax), _timeout(timeout), in TachSensor() 337 return duration_cast<microseconds>(seconds(_timeout)); in getDelay()
|
H A D | tach_sensor.hpp | 517 const size_t _timeout; member in phosphor::fan::monitor::TachSensor
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_plus.py | 119 self._timeout = timeout
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa.h | 422 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ argument 423 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
|
/openbmc/linux/Documentation/scheduler/ |
H A D | completion.rst | 78 Particular care should be taken when using the _timeout() or _killable()/_interruptible() 126 with more complex outcomes, such as the timeout or signalling (_timeout(), 230 or 0 if completion was achieved. There is a _timeout variant as well::
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 156 struct target_freebsd_timespec _timeout; member
|
/openbmc/linux/drivers/nfc/ |
H A D | port100.c | 1207 struct sk_buff *skb, u16 _timeout, in port100_in_send_cmd() argument 1221 timeout = cpu_to_le16(_timeout * 10); in port100_in_send_cmd()
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1132 self._timeout = timeout 1186 timeout = self._timeout
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 655 A timeout could be passed to bios, guest will pause for rb\_timeout 656 ms when boot failed, then reboot. If rb\_timeout is '-1', guest will 5692 The compare\_timeout=@var{ms} determines the maximum time of the
|