Home
last modified time | relevance | path

Searched refs:timeout (Results 701 – 725 of 4398) sorted by relevance

1...<<21222324252627282930>>...176

/openbmc/linux/net/sunrpc/
H A Dsched.c78 unsigned long timeout = READ_ONCE(task->tk_timeout); in rpc_task_timeout() local
80 if (timeout != 0) { in rpc_task_timeout()
82 if (time_before(now, timeout)) in rpc_task_timeout()
83 return timeout - now; in rpc_task_timeout()
122 unsigned long timeout) in __rpc_add_timer() argument
124 task->tk_timeout = timeout; in __rpc_add_timer()
126 rpc_set_queue_timer(queue, timeout); in __rpc_add_timer()
403 struct rpc_task *task, unsigned long timeout, in __rpc_sleep_on_priority_timeout() argument
408 if (time_is_after_jiffies(timeout)) { in __rpc_sleep_on_priority_timeout()
410 __rpc_add_timer(q, task, timeout); in __rpc_sleep_on_priority_timeout()
[all …]
/openbmc/linux/drivers/input/serio/
H A Dioc3kbd.c29 unsigned long timeout = 0; in ioc3kbd_wait() local
31 while ((readl(&regs->km_csr) & mask) && (timeout < 250)) { in ioc3kbd_wait()
33 timeout++; in ioc3kbd_wait()
35 return (timeout >= 250) ? -ETIMEDOUT : 0; in ioc3kbd_wait()
/openbmc/linux/drivers/input/touchscreen/
H A Dwm9705.c212 int timeout = 5 * delay; in wm9705_poll_sample() local
233 && timeout) { in wm9705_poll_sample()
235 timeout--; in wm9705_poll_sample()
238 if (timeout == 0) { in wm9705_poll_sample()
/openbmc/u-boot/drivers/mmc/
H A Dmmc_write.c82 int timeout = 1000; in mmc_berase() local
122 if (mmc_send_status(mmc, timeout)) in mmc_berase()
134 int timeout = 1000; in mmc_write_blocks() local
180 if (mmc_send_status(mmc, timeout)) in mmc_write_blocks()
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.py262 def verify_image_upload(image_version, timeout=3): argument
286 for itr in range(timeout * 2):
308 def verify_image_not_in_bmc_uploads_dir(image_version, timeout=3): argument
322 for i in range(timeout * 2):
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py82 result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, sync=False)
92 …result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, stderr=subprocess.PIPE,…
100 result = runCmd("cat", data=b"hello world", timeout=self.TIMEOUT, sync=False)
108 …result = runCmd(['sleep', '60'], data=b"hello world", timeout=self.TIMEOUT, ignore_status=True, sy…
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-mt6360.yaml129 flash-max-timeout-us = <1024000>;
138 flash-max-timeout-us = <1024000>;
180 flash-max-timeout-us = <1024000>;
189 flash-max-timeout-us = <1024000>;
/openbmc/linux/net/netrom/
H A Dnr_subr.c124 int len, timeout; in nr_write_internal() local
157 timeout = nr->t1 / HZ; in nr_write_internal()
174 *dptr++ = timeout % 256; in nr_write_internal()
175 *dptr++ = timeout / 256; in nr_write_internal()
/openbmc/linux/arch/arm/mach-orion5x/
H A Dkurobox_pro-setup.c186 int timeout; in kurobox_pro_miconread() local
189 timeout = 10; in kurobox_pro_miconread()
192 if (--timeout == 0) in kurobox_pro_miconread()
197 if (timeout == 0) in kurobox_pro_miconread()
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/
H A D0001-Make-asyncore-support-optional-for-Python-3.patch41 - threshold=0, timeout=None, channel_map=None):
52 - threshold, timeout)
55 + threshold=0, timeout=None, channel_map=None):
68 + threshold, timeout)
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp39 event_t::time_resolution timeout{}; member
284 timeout = std::chrono::microseconds{-1}; in arm()
288 timeout = std::chrono::microseconds(to_usec); in arm()
322 ctx.event_loop.run_one(ctx.pending->timeout); in wait_once()
/openbmc/qemu/hw/misc/
H A Dnrf51_rng.c64 int64_t timeout = qemu_clock_get_us(QEMU_CLOCK_VIRTUAL); in calc_next_timeout() local
66 timeout += s->period_filtered_us; in calc_next_timeout()
68 timeout += s->period_unfiltered_us; in calc_next_timeout()
71 return timeout; in calc_next_timeout()
/openbmc/linux/sound/isa/
H A Dsscape.c254 static int host_read_ctrl_unsafe(unsigned io_base, unsigned timeout) in host_read_ctrl_unsafe() argument
258 while (((data = host_read_unsafe(io_base)) < 0) && (timeout != 0)) { in host_read_ctrl_unsafe()
260 --timeout; in host_read_ctrl_unsafe()
286 unsigned timeout) in host_write_ctrl_unsafe() argument
292 --timeout; in host_write_ctrl_unsafe()
347 unsigned timeout) in sscape_wait_dma_unsafe() argument
351 --timeout; in sscape_wait_dma_unsafe()
364 static int obp_startup_ack(struct soundscape *s, unsigned timeout) in obp_startup_ack() argument
366 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in obp_startup_ack()
391 static int host_startup_ack(struct soundscape *s, unsigned timeout) in host_startup_ack() argument
[all …]
/openbmc/u-boot/drivers/usb/ulpi/
H A Domap-ulpi-viewport.c23 int timeout = CONFIG_USB_ULPI_TIMEOUT; in ulpi_wait() local
25 while (--timeout) { in ulpi_wait()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dma.h54 mt76x02_wait_for_wpdma(struct mt76_dev *dev, int timeout) in mt76x02_wait_for_wpdma() argument
59 0, timeout); in mt76x02_wait_for_wpdma()
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Drootfs15 timeout=${bootparam_roottimeout:-5}
17 if [ $(( $C * $delay )) -gt $timeout ]; then
/openbmc/qemu/tests/qemu-iotests/
H A D24858 vm.event_wait('JOB_STATUS_CHANGE', timeout=3.0,
69 vm.event_wait('JOB_STATUS_CHANGE', timeout=1.0,
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dwatchdog.yaml26 timeout-sec:
28 Contains the watchdog timeout in seconds.
H A Dxlnx,xps-timebase-wdt.yaml16 the timeout interval, an interrupt is generated and the WDT state
19 expiration of the timeout interval, a WDT reset is generated.
41 description: Watchdog timeout interval
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c177 static long vmw_fence_wait(struct dma_fence *f, bool intr, signed long timeout) in vmw_fence_wait() argument
185 long ret = timeout; in vmw_fence_wait()
188 return timeout; in vmw_fence_wait()
220 if (ret == 0 && timeout > 0) in vmw_fence_wait()
520 bool interruptible, unsigned long timeout) in vmw_fence_obj_wait() argument
522 long ret = dma_fence_wait_timeout(&fence->base, interruptible, timeout); in vmw_fence_obj_wait()
725 unsigned long timeout; in vmw_fence_obj_wait_ioctl() local
751 timeout = jiffies; in vmw_fence_obj_wait_ioctl()
752 if (time_after_eq(timeout, (unsigned long)arg->kernel_cookie)) { in vmw_fence_obj_wait_ioctl()
758 timeout = (unsigned long)arg->kernel_cookie - timeout; in vmw_fence_obj_wait_ioctl()
[all …]
/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_usb.c42 unsigned int length, unsigned int *act_len, int timeout) in rtsx_usb_bulk_transfer_sglist() argument
53 ucr->sg_timer.expires = jiffies + msecs_to_jiffies(timeout); in rtsx_usb_bulk_transfer_sglist()
69 unsigned int *act_len, int timeout) in rtsx_usb_transfer_data() argument
71 if (timeout < 600) in rtsx_usb_transfer_data()
72 timeout = 600; in rtsx_usb_transfer_data()
77 timeout); in rtsx_usb_transfer_data()
80 timeout); in rtsx_usb_transfer_data()
231 int rtsx_usb_send_cmd(struct rtsx_ucr *ucr, u8 flag, int timeout) in rtsx_usb_send_cmd() argument
242 0, NULL, timeout); in rtsx_usb_send_cmd()
252 int rtsx_usb_get_rsp(struct rtsx_ucr *ucr, int rsp_len, int timeout) in rtsx_usb_get_rsp() argument
[all …]
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c447 ktime_t timeout = rtl->rtx_timeout.timeout; in ssh_rtl_timeout_start() local
464 ssh_rtl_timeout_reaper_mod(rtl, timestamp, timestamp + timeout); in ssh_rtl_timeout_start()
810 static ktime_t ssh_request_get_expiration(struct ssh_request *r, ktime_t timeout) in ssh_request_get_expiration() argument
815 return ktime_add(timestamp, timeout); in ssh_request_get_expiration()
826 ktime_t timeout = rtl->rtx_timeout.timeout; in ssh_rtl_timeout_reap() local
841 ktime_t expires = ssh_request_get_expiration(r, timeout); in ssh_rtl_timeout_reap()
1047 rtl->rtx_timeout.timeout = SSH_RTL_REQUEST_TIMEOUT; in ssh_rtl_init()
1154 int ssh_rtl_flush(struct ssh_rtl *rtl, unsigned long timeout) in ssh_rtl_flush() argument
1173 if (!wait_for_completion_timeout(&rqst.completion, timeout)) { in ssh_rtl_flush()
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_date_and_time_sub_menu.robot115 Wait Until Page Contains Element ${xpath_profile_settings_heading} timeout=10
125 Wait Until Page Contains Element ${xpath_profile_settings_heading} timeout=30
136 Wait Until Page Contains Element ${xpath_profile_settings_heading} timeout=10
163 Wait Until Page Contains Element ${xpath_select_ntp} timeout=10s
215 Wait Until Page Contains Element ${xpath_select_ntp} timeout=30s
231 Wait Until Page Contains ${date} timeout=60s
275 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
292 Wait Until Element Is Enabled ${xpath_select_ntp} timeout=30s
309 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=60
314 Wait Until Page Contains ${ntp_date} timeout=60s
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/reset/
H A Dgpio-poweroff.yaml19 the system is still running after waiting some time (timeout-ms).
43 timeout-ms:
58 timeout-ms = <3000>;
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_handler.cpp69 void monitorDump(const std::string& path, const uint32_t timeout) in monitorDump() argument
97 if (++secondsCount == timeout) in monitorDump()
162 monitorDump(reply, dumpParameters.timeout); in requestDump()

1...<<21222324252627282930>>...176