Home
last modified time | relevance | path

Searched refs:timeout (Results 401 – 425 of 4395) sorted by relevance

1...<<11121314151617181920>>...176

/openbmc/linux/drivers/pci/controller/
H A Dpcie-rcar.c36 unsigned int timeout = 10; in rcar_pcie_wait_for_phyrdy() local
38 while (timeout--) { in rcar_pcie_wait_for_phyrdy()
50 unsigned int timeout = 10000; in rcar_pcie_wait_for_dl() local
52 while (timeout--) { in rcar_pcie_wait_for_dl()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dg84.c121 bool idle, timeout = false; in g84_gr_tlb_flush() local
149 !(timeout = nvkm_timer_read(tmr) - start > 2000000000)); in g84_gr_tlb_flush()
151 if (timeout) { in g84_gr_tlb_flush()
174 return timeout ? -EBUSY : 0; in g84_gr_tlb_flush()
/openbmc/u-boot/cmd/aspeed/
H A Ddramtest.c48 int timeout = 0; in MMCTestBurst() local
59 if (++timeout > TIMEOUT_DRAM) { in MMCTestBurst()
74 int timeout = 0; in MMCTestSingle() local
85 if (++timeout > TIMEOUT_DRAM) { in MMCTestSingle()
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dtelnet_utility.py39 self.hostname, self.port, timeout=15
42 b"login:", timeout=self.read_timeout
47 b"Password:", timeout=self.read_timeout
58 timeout=self.read_timeout,
/openbmc/u-boot/drivers/usb/host/
H A Dehci-omap.c30 int timeout = 0; in omap_uhh_reset() local
42 if (timeout > 100) { in omap_uhh_reset()
47 timeout++; in omap_uhh_reset()
60 if (timeout > 100) { in omap_uhh_reset()
65 timeout++; in omap_uhh_reset()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/
H A D0002-fix-fail-to-enable-bluetooth.patch36 + timeout = time.time() + 10
39 + if time.time() > timeout:
40 + # timeout 5s has been set in applet/PowerManager.py
41 + # so it should NOT reach timeout here
42 + logging.warning('Should NOT reach timeout.')
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Drealtek,otto-wdt.yaml13 The timer has two timeout phases. Both phases have a maximum duration of 32
17 - Phase 1: During this phase, the WDT can be pinged to reset the timeout.
43 - description: interrupt specifier for timeout
53 Specify how the system is reset after a timeout. Defaults to "cpu" if
83 timeout-sec = <20>;
H A Ddigicolor-wdt.txt16 - timeout-sec : Contains the watchdog timeout in seconds
24 timeout-sec = <15>;
/openbmc/linux/drivers/watchdog/
H A Dxilinx_wwdt.c74 time_out = xdev->freq * wdd->timeout; in xilinx_wwdt_start()
77 wdd->min_hw_heartbeat_ms = xdev->close_percent * 10 * wdd->timeout; in xilinx_wwdt_start()
161 xilinx_wwdt_wdd->timeout = XWWDT_DEFAULT_TIMEOUT; in xwwdt_probe()
162 xilinx_wwdt_wdd->max_hw_heartbeat_ms = 1000 * xilinx_wwdt_wdd->timeout; in xwwdt_probe()
179 xilinx_wwdt_wdd->timeout); in xwwdt_probe()
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst185 unsigned long wait_for_completion_timeout(struct completion *done, unsigned long timeout)
187 该任务被标记为TASK_UNINTERRUPTIBLE,并将最多超时等待“timeout”个jiffies。如果超时发生,则
196 long wait_for_completion_interruptible_timeout(struct completion *done, unsigned long timeout)
206 long wait_for_completion_killable_timeout(struct completion *done, unsigned long timeout)
212 unsigned long wait_for_completion_io_timeout(struct completion *done, unsigned long timeout)
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c23 int timeout = MDIO_TIMEOUT; in pfe_write_addr() local
36 if (timeout-- <= 0) { in pfe_write_addr()
58 int timeout = MDIO_TIMEOUT; in pfe_phy_read() local
84 if (timeout-- <= 0) { in pfe_phy_read()
112 int timeout = MDIO_TIMEOUT; in pfe_phy_write() local
139 if (timeout-- <= 0) { in pfe_phy_write()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgrub-efi-cfg.bbclass15 # ${GRUB_TIMEOUT} - timeout before executing the deault label (optional)
71 timeout = d.getVar('GRUB_TIMEOUT')
72 if timeout:
73 cfgfile.write('timeout=%s\n' % timeout)
75 cfgfile.write('timeout=50\n')
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_linecard.sh48 local timeout=$3 # ms
50 busywait "$timeout" until_lc_state_is_not "$state" lc_state_get "$lc"
57 local timeout=$3 # ms
59 busywait "$timeout" until_lc_state_is "$state" lc_state_get "$lc"
82 local timeout=$3 # ms
84 busywait "$timeout" until_lc_port_count_is "$port_count" lc_port_count_get "$lc"
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c16 int countdown = mbx->timeout; in e1000_poll_for_msg()
28 mbx->timeout = 0; in e1000_poll_for_msg()
42 int countdown = mbx->timeout; in e1000_poll_for_ack()
54 mbx->timeout = 0; in e1000_poll_for_ack()
100 if (!mbx->ops.write || !mbx->timeout) in e1000_write_posted_mbx()
317 mbx->timeout = 0; in e1000_init_mbx_params_vf()
/openbmc/linux/sound/pci/cs5535audio/
H A Dcs5535audio.c63 static void wait_till_cmd_acked(struct cs5535audio *cs5535au, unsigned long timeout) in wait_till_cmd_acked() argument
71 } while (--timeout); in wait_till_cmd_acked()
72 if (!timeout) in wait_till_cmd_acked()
81 unsigned int timeout; in snd_cs5535audio_codec_read() local
91 timeout = 50; in snd_cs5535audio_codec_read()
97 } while (--timeout); in snd_cs5535audio_codec_read()
98 if (!timeout) in snd_cs5535audio_codec_read()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmxgpu_vi.c322 int timeout = VI_MAILBOX_TIMEDOUT; in xgpu_vi_mailbox_send_ack() local
332 if (timeout <= 0) { in xgpu_vi_mailbox_send_ack()
337 timeout -= 1; in xgpu_vi_mailbox_send_ack()
391 int r = 0, timeout = VI_MAILBOX_TIMEDOUT; in xgpu_vi_poll_ack() local
397 if (timeout <= 0) { in xgpu_vi_poll_ack()
403 timeout -= 5; in xgpu_vi_poll_ack()
413 int r = 0, timeout = VI_MAILBOX_TIMEDOUT; in xgpu_vi_poll_msg() local
417 if (timeout <= 0) { in xgpu_vi_poll_msg()
423 timeout -= 5; in xgpu_vi_poll_msg()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c434 uint8_t timeout = 10; in dpia_handle_usb4_bandwidth_allocation_for_link() local
448 if (timeout > 0) in dpia_handle_usb4_bandwidth_allocation_for_link()
449 timeout--; in dpia_handle_usb4_bandwidth_allocation_for_link()
455 if (!timeout) in dpia_handle_usb4_bandwidth_allocation_for_link()
470 uint8_t timeout = 10; in link_dp_dpia_allocate_usb4_bandwidth_for_stream() local
481 if (timeout > 0) in link_dp_dpia_allocate_usb4_bandwidth_for_stream()
482 timeout--; in link_dp_dpia_allocate_usb4_bandwidth_for_stream()
488 if (timeout) in link_dp_dpia_allocate_usb4_bandwidth_for_stream()
492 DC_LOG_DEBUG("%s: EXIT: timeout(%d), ret(%d)\n", __func__, timeout, ret); in link_dp_dpia_allocate_usb4_bandwidth_for_stream()
/openbmc/u-boot/drivers/net/phy/
H A Dteranetics.c43 unsigned int timeout = 5 * 1000; /* 5 second timeout */ in tn2020_startup() local
55 while (--timeout) { in tn2020_startup()
66 if (!timeout) { in tn2020_startup()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c19 static bool timeout; variable
23 timeout = true; in handle_alarm()
102 if (timeout) in main()
/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework-dm/
H A Ddmverity17 timeout=${bootparam_roottimeout:-5}
22 if [ $(( $C * $delay )) -gt $timeout ]; then
48 if [ $(( $C * $delay )) -gt $timeout ]; then
/openbmc/linux/drivers/power/reset/
H A Dgpio-poweroff.c25 static u32 timeout = DEFAULT_TIMEOUT_MS; variable
45 mdelay(timeout); in gpio_poweroff_do_poweroff()
72 device_property_read_u32(&pdev->dev, "timeout-ms", &timeout); in gpio_poweroff_probe()
/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/
H A D40-gbmc-upgrade.sh54 timeout=$((SECONDS + 300))
59 curl -LSsk --max-time $((timeout - SECONDS)) "$bootfile_url" |
73 if (( SECONDS + stime >= timeout )); then
/openbmc/phosphor-pid-control/sensors/
H A Dhost.hpp43 createTemp(const std::string& name, int64_t timeout,
46 HostSensor(const std::string& name, int64_t timeout, sdbusplus::bus_t& bus, in HostSensor() argument
48 Sensor(name, timeout), in HostSensor()
/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c474 long timeout; in vbg_hgcm_do_call() local
494 timeout = MAX_SCHEDULE_TIMEOUT; in vbg_hgcm_do_call()
496 timeout = msecs_to_jiffies(timeout_ms); in vbg_hgcm_do_call()
501 timeout); in vbg_hgcm_do_call()
505 timeout); in vbg_hgcm_do_call()
509 if (timeout > 0) in vbg_hgcm_do_call()
512 if (timeout == 0) in vbg_hgcm_do_call()
527 timeout = msecs_to_jiffies(500); in vbg_hgcm_do_call()
529 timeout = msecs_to_jiffies(2000); in vbg_hgcm_do_call()
533 timeout); in vbg_hgcm_do_call()
[all …]
/openbmc/u-boot/drivers/net/
H A Dxilinx_axi_emac.c156 u32 timeout = 200; in mdio_wait() local
159 while (timeout && (!(readl(&regs->mdio_mcr) in mdio_wait()
161 timeout--; in mdio_wait()
164 if (!timeout) { in mdio_wait()
439 u32 timeout = 500; in axi_dma_init() local
446 while (timeout--) { in axi_dma_init()
455 if (!timeout) in axi_dma_init()
524 u32 timeout; in axiemac_send() local
558 timeout = 200; in axiemac_send()
561 timeout--; in axiemac_send()
[all …]

1...<<11121314151617181920>>...176