Home
last modified time | relevance | path

Searched refs:timeout (Results 751 – 775 of 4396) sorted by relevance

1...<<31323334353637383940>>...176

/openbmc/linux/drivers/bcma/
H A Ddriver_chipcommon_b.c15 u32 value, int timeout) in bcma_wait_reg() argument
17 unsigned long deadline = jiffies + timeout; in bcma_wait_reg()
/openbmc/u-boot/drivers/watchdog/
H A Domap_wdt.c76 static int omap_wdt_set_timeout(unsigned int timeout) in omap_wdt_set_timeout() argument
79 u32 pre_margin = GET_WLDR_VAL(timeout); in omap_wdt_set_timeout()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.lsch216 Use following config to set watchdog timeout, if this config is not defined,
17 the default timeout value is 128s which is the maximum. Set 10 seconds for
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpowergate.c25 unsigned long start, timeout = 25; in tegra_powergate_set() local
37 while (get_timer(start) < timeout) { in tegra_powergate_set()
/openbmc/linux/include/linux/reset/
H A Dbcm63xx_pmb.h36 unsigned int timeout = 1000; in __bpcm_do_op() local
53 } while (timeout-- > 0); in __bpcm_do_op()
/openbmc/sdeventplus/src/sdeventplus/
H A Devent.hpp103 int wait(MaybeTimeout timeout) const;
120 int run(MaybeTimeout timeout) const;
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c795 const ktime_t timeout = ptl->rtx_timeout.timeout; in ssh_ptl_pending_push() local
828 ssh_ptl_timeout_reaper_mod(ptl, timestamp, timestamp + timeout); in ssh_ptl_pending_push()
1039 timeout); in ssh_ptl_tx_wait_transfer()
1053 long timeout = SSH_PTL_TX_TIMEOUT; in ssh_ptl_tx_packet() local
1087 timeout = ssh_ptl_tx_wait_transfer(ptl, timeout); in ssh_ptl_tx_packet()
1091 if (timeout < 0) in ssh_ptl_tx_packet()
1094 if (timeout == 0) in ssh_ptl_tx_packet()
1495 return ktime_add(p->timestamp, timeout); in ssh_packet_get_expiration()
1506 ktime_t timeout = ptl->rtx_timeout.timeout; in ssh_ptl_timeout_reap() local
1524 ktime_t expires = ssh_packet_get_expiration(p, timeout); in ssh_ptl_timeout_reap()
[all …]
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dssh_utility.py6 from socket import timeout as SocketTimeout
63 timeout=60,
102 command, timeout=default_timeout
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dqemu.py21 def __init__(self, logger, server_ip, timeout=300, user='root', argument
27 super(OEQemuTarget, self).__init__(logger, None, server_ip, timeout,
84 … out = subprocess.check_output(blcmd, stderr=subprocess.STDOUT, timeout=1).decode('utf-8')
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.h89 unsigned int timeout, uint32_t pipe_id,
148 enum kfd_preempt_type type, unsigned int timeout,
163 enum kfd_preempt_type type, unsigned int timeout,
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v5.c20 unsigned long timeout; in s5p_mfc_cmd_host2risc_v5() local
22 timeout = jiffies + msecs_to_jiffies(MFC_BW_TIMEOUT); in s5p_mfc_cmd_host2risc_v5()
25 if (time_after(jiffies, timeout)) { in s5p_mfc_cmd_host2risc_v5()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A D0001-tests-shell-Fix-sets-reset_command_0-for-current-ker.patch7 timeout when resetting element"), element reset won't touch expiry
42 -echo -n "reset command respects per-element timeout: "
44 -[[ $VAL -lt 15 ]] # custom timeout applies
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_gui_header.robot32 Wait Until Page Contains Element ${xpath_event_logs_heading} timeout=15s
50 Wait Until Page Contains Element ${xpath_login_button} timeout=15s
51 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30
/openbmc/openpower-proc-control/extensions/phal/
H A Ddump_utils.cpp64 void monitorDump(const std::string& path, const uint32_t timeout) in monitorDump() argument
91 if (++secondsCount == timeout) in monitorDump()
143 monitorDump(reply, dumpParameters.timeout); in requestDump()
/openbmc/linux/net/llc/
H A Daf_llc.c43 static bool llc_ui_wait_for_conn(struct sock *sk, long timeout);
44 static int llc_ui_wait_for_disc(struct sock *sk, long timeout);
134 long timeout = sock_sndtimeo(sk, noblock); in llc_ui_send_data() local
137 rc = llc_ui_wait_for_busy_core(sk, timeout); in llc_ui_send_data()
588 if (sk_wait_event(sk, &timeout, in llc_ui_wait_for_disc()
595 if (!timeout) in llc_ui_wait_for_disc()
609 if (sk_wait_event(sk, &timeout, in llc_ui_wait_for_conn()
612 if (signal_pending(current) || !timeout) in llc_ui_wait_for_conn()
616 return timeout; in llc_ui_wait_for_conn()
628 if (sk_wait_event(sk, &timeout, in llc_ui_wait_for_busy_core()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dpci.c80 u32 status, timeout; in ath5k_pci_eeprom_read() local
94 for (timeout = AR5K_TUNE_REGISTER_TIMEOUT; timeout > 0; timeout--) { in ath5k_pci_eeprom_read()
/openbmc/linux/drivers/net/arcnet/
H A Dcom20020_cs.c89 static int timeout = 3; variable
95 module_param(timeout, int, 0);
130 lp->timeout = timeout; in com20020_probe()
/openbmc/linux/drivers/rtc/
H A Drtc-mc146818-lib.c22 int timeout, in mc146818_avoid_UIP() argument
29 for (i = 0; UIP_RECHECK_LOOPS_MS(i) < timeout; i++) { in mc146818_avoid_UIP()
154 int mc146818_get_time(struct rtc_time *time, int timeout) in mc146818_get_time() argument
160 if (!mc146818_avoid_UIP(mc146818_get_time_callback, timeout, &p)) { in mc146818_get_time()
/openbmc/linux/drivers/input/serio/
H A Darc_ps2.c49 unsigned int timeout = 1000; in arc_ps2_check_rx() local
71 } while (--timeout); in arc_ps2_check_rx()
91 int timeout = STAT_TIMEOUT; in arc_ps2_write() local
102 } while (--timeout); in arc_ps2_write()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_pool.c181 static int timeout = RXE_POOL_TIMEOUT; in __rxe_cleanup() local
205 if (!completion_done(&elem->complete) && timeout) { in __rxe_cleanup()
207 timeout); in __rxe_cleanup()
217 unsigned long until = jiffies + timeout; in __rxe_cleanup()
/openbmc/linux/include/linux/
H A Ddma-fence.h228 bool intr, signed long timeout);
396 bool intr, signed long timeout);
606 bool intr, signed long timeout);
609 bool intr, signed long timeout,
/openbmc/qemu/util/
H A Dfdmon-io_uring.c276 int64_t timeout) in fdmon_io_uring_wait() argument
281 if (timeout == 0) { in fdmon_io_uring_wait()
283 } else if (timeout > 0) { in fdmon_io_uring_wait()
284 add_timeout_sqe(ctx, timeout); in fdmon_io_uring_wait()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c451 int timeout = 0; variable
492 while (!corruption_found && !timeout) { in rim_fn()
530 if (corruption_found || timeout) { in rim_fn()
573 while (!corruption_found && !timeout) { in mem_snapshot_fn()
609 timeout = 1; in alrm_sighandler()
723 if (!timeout) { in main()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-amd8111.c70 int timeout = 500; in amd_ec_wait_write() local
72 while ((inb(smbus->base + AMD_EC_SC) & AMD_EC_SC_IBF) && --timeout) in amd_ec_wait_write()
75 if (!timeout) { in amd_ec_wait_write()
86 int timeout = 500; in amd_ec_wait_read() local
88 while ((~inb(smbus->base + AMD_EC_SC) & AMD_EC_SC_OBF) && --timeout) in amd_ec_wait_read()
91 if (!timeout) { in amd_ec_wait_read()
/openbmc/linux/drivers/mtd/devices/
H A Dblock2mtd.c223 blk_mode_t mode, int timeout, struct block2mtd_dev *dev) in mdtblock_early_get_bdev() argument
239 for (i = 0; i <= timeout; i++) { in mdtblock_early_get_bdev()
262 char *label, int timeout) in add_device() argument
279 bdev = mdtblock_early_get_bdev(devname, mode, timeout, dev); in add_device()
410 unsigned long timeout = MTD_DEFAULT_TIMEOUT; in block2mtd_setup2() local
454 add_device(name, erase_size, label, timeout); in block2mtd_setup2()

1...<<31323334353637383940>>...176