Home
last modified time | relevance | path

Searched refs:timeout (Results 2901 – 2925 of 4396) sorted by relevance

1...<<111112113114115116117118119120>>...176

/openbmc/linux/sound/pci/
H A Dintel8x0.c996 int civ, timeout = 10; in snd_intel8x0_pcm_pointer() local
1021 } while (timeout--); in snd_intel8x0_pcm_pointer()
2495 unsigned int i, timeout; in snd_intel8x0_chip_init() local
2516 timeout = 100000; in snd_intel8x0_chip_init()
2517 while (--timeout != 0) { in snd_intel8x0_chip_init()
2521 if (timeout == 0) in snd_intel8x0_chip_init()
2645 int civ, timeout = 1000, attempt = 1; in intel8x0_measure_ac97_clock() local
2697 } while (timeout--); in intel8x0_measure_ac97_clock()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmrecovery.c281 unsigned long timeout = msecs_to_jiffies(DLM_RECO_THREAD_TIMEOUT_MS); in dlm_recovery_thread() local
298 timeout); in dlm_recovery_thread()
338 void dlm_wait_for_node_death(struct dlm_ctxt *dlm, u8 node, int timeout) in dlm_wait_for_node_death() argument
346 if (timeout) in dlm_wait_for_node_death()
349 msecs_to_jiffies(timeout)); in dlm_wait_for_node_death()
355 void dlm_wait_for_node_recovery(struct dlm_ctxt *dlm, u8 node, int timeout) in dlm_wait_for_node_recovery() argument
363 if (timeout) in dlm_wait_for_node_recovery()
366 msecs_to_jiffies(timeout)); in dlm_wait_for_node_recovery()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c1574 u16 timeout; member
1608 return hdcp2_msg_timeout[i].timeout; in get_hdcp2_msg_timeout()
1648 int timeout, ret; in intel_hdmi_hdcp2_wait_for_msg() local
1651 timeout = get_hdcp2_msg_timeout(msg_id, paired); in intel_hdmi_hdcp2_wait_for_msg()
1652 if (timeout < 0) in intel_hdmi_hdcp2_wait_for_msg()
1653 return timeout; in intel_hdmi_hdcp2_wait_for_msg()
1658 !ret && msg_ready && msg_sz, timeout * 1000, in intel_hdmi_hdcp2_wait_for_msg()
1662 msg_id, ret, timeout); in intel_hdmi_hdcp2_wait_for_msg()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c2199 int timeout; in __ath9k_flush() local
2216 timeout = HZ / 5; in __ath9k_flush()
2218 timeout = sc->cur_chan->flush_timeout; in __ath9k_flush()
2222 "Flush timeout: %d\n", jiffies_to_msecs(timeout)); in __ath9k_flush()
2225 timeout) > 0) in __ath9k_flush()
2668 unsigned long timeout; in ath9k_mgd_prepare_tx() local
2703 timeout = usecs_to_jiffies(beacon_int * 2); in ath9k_mgd_prepare_tx()
2709 timeout) == 0) { in ath9k_mgd_prepare_tx()
/openbmc/linux/drivers/mmc/core/
H A Dcore.c1881 unsigned int max_discard, x, y, qty = 0, max_qty, min_qty, timeout; in mmc_do_calc_max_discard() local
1913 timeout = mmc_erase_timeout(card, arg, qty + x); in mmc_do_calc_max_discard()
1915 if (qty + x > min_qty && timeout > max_busy_timeout) in mmc_do_calc_max_discard()
1918 if (timeout < last_timeout) in mmc_do_calc_max_discard()
1920 last_timeout = timeout; in mmc_do_calc_max_discard()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_ssif.c1130 long timeout = 0; in ssif_set_need_watch() local
1133 timeout = SSIF_WATCH_MSG_TIMEOUT; in ssif_set_need_watch()
1135 timeout = SSIF_WATCH_WATCHDOG_TIMEOUT; in ssif_set_need_watch()
1138 if (timeout != ssif_info->watch_timeout) { in ssif_set_need_watch()
1139 ssif_info->watch_timeout = timeout; in ssif_set_need_watch()
/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c1252 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in msg_loop() local
1269 ptval = &timeout; in msg_loop()
1271 timeout.tv_sec = 5; in msg_loop()
1565 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in do_server() local
1588 ptval = &timeout; in do_server()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c684 unsigned timeout = HZ; in efx_vfdi_fini_all_queues() local
715 while (timeout && (vf->rxq_count || vf->txq_count)) { in efx_vfdi_fini_all_queues()
721 timeout = wait_event_timeout(vf->flush_waitq, in efx_vfdi_fini_all_queues()
723 timeout); in efx_vfdi_fini_all_queues()
758 return timeout ? 0 : VFDI_RC_ETIMEDOUT; in efx_vfdi_fini_all_queues()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1183 def wrap(self, timeout=None): argument
1184 return func(self, timeout=timeout if timeout is not None else 1e100)
1862 held = lock.acquire(timeout=5*60)
/openbmc/linux/fs/smb/client/
H A Dtransport.c487 const int timeout, const int flags, in wait_for_free_credits() argument
496 if (timeout < 0) in wait_for_free_credits()
499 t = msecs_to_jiffies(timeout); in wait_for_free_credits()
559 timeout); in wait_for_free_credits()
602 timeout); in wait_for_free_credits()
/openbmc/linux/drivers/s390/crypto/
H A Dap_bus.c448 struct ap_queue *aq = from_timer(aq, t, timeout); in ap_request_timeout()
793 int ap_wait_init_apqn_bindings_complete(unsigned long timeout) in ap_wait_init_apqn_bindings_complete() argument
800 if (timeout) in ap_wait_init_apqn_bindings_complete()
802 &ap_init_apqn_bindings_complete, timeout); in ap_wait_init_apqn_bindings_complete()
808 else if (l == 0 && timeout) in ap_wait_init_apqn_bindings_complete()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h537 int timeout; member
1035 int timeout);
1040 int timeout, int kick);
1429 int timeout, int ep) in mt76u_bulk_msg() argument
1441 return usb_bulk_msg(udev, pipe, data, len, actual_len, timeout); in mt76u_bulk_msg()
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c5058 u32 timeout = MVPP2_SMI_TIMEOUT; in smi_wait_ready() local
5065 if (timeout-- == 0) { in smi_wait_ready()
5083 u32 timeout; in mpp2_mdio_read() local
5109 timeout = MVPP2_SMI_TIMEOUT; in mpp2_mdio_read()
5114 if (timeout-- == 0) { in mpp2_mdio_read()
5121 for (timeout = 0; timeout < MVPP2_SMI_TIMEOUT; timeout++) in mpp2_mdio_read()
5241 int timeout; in mvpp2_send() local
5269 timeout = 0; in mvpp2_send()
5271 if (timeout++ > 10000) { in mvpp2_send()
5278 timeout = 0; in mvpp2_send()
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-core.c1507 unsigned int n_elem, unsigned int timeout) in ata_exec_internal_sg() argument
1580 if (!timeout) { in ata_exec_internal_sg()
1582 timeout = ata_probe_timeout * 1000; in ata_exec_internal_sg()
1584 timeout = ata_internal_cmd_timeout(dev, command); in ata_exec_internal_sg()
1611 timeout, command); in ata_exec_internal_sg()
1677 unsigned int timeout) in ata_exec_internal() argument
1690 timeout); in ata_exec_internal()
4500 unsigned int timeout = 0; in ata_dev_set_feature() local
4513 timeout = ata_probe_timeout ? in ata_dev_set_feature()
6639 unsigned int interval, unsigned int timeout) in ata_wait_register() argument
[all …]
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c810 unsigned int timeout = 1000; in b53_switch_reset() local
837 } while (timeout-- > 0); in b53_switch_reset()
839 if (timeout == 0) { in b53_switch_reset()
1575 unsigned int timeout = 10; in b53_arl_op_wait() local
1584 } while (timeout--); in b53_arl_op_wait()
1767 unsigned int timeout = 1000; in b53_arl_search_wait() local
1779 } while (timeout--); in b53_arl_search_wait()
/openbmc/u-boot/drivers/spi/
H A Dich.c333 int timeout = 600000; /* This will result in 6s */ in ich_status_poll() local
336 while (timeout--) { in ich_status_poll()
/openbmc/u-boot/arch/arm/dts/
H A Dexynos4412-trats2.dts101 samsung,dsim-config-bta-timeout = <0xff>;
102 samsung,dsim-config-rx-timeout = <0xffff>;
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c475 static int do_poll(int fd, short events, int timeout) in do_poll() argument
483 ret = poll(&pfd, 1, timeout); in do_poll()
/openbmc/linux/drivers/net/can/sja1000/
H A Dpeak_pci.c433 .timeout = HZ,
470 card->i2c_bit.timeout = HZ; in peak_pciec_probe()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/
H A D0001-Tweak-app-defaults.patch18 -*timeout: 0:10:00
19 +*timeout: 0:15:00
/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/
H A Dbootchart2_0.14.9.bb63 # before the 20 second timeout of the systemd service files. Also, you may write
65 # timeout. Decreasing it to 0 will make it behave like
/openbmc/linux/drivers/media/dvb-frontends/
H A Dsi21xx.c332 static int si21xx_wait_diseqc_idle(struct si21xx_state *state, int timeout) in si21xx_wait_diseqc_idle() argument
339 if (time_is_before_jiffies(start + timeout)) { in si21xx_wait_diseqc_idle()
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh27 local timeout=$1
29 busywait "$timeout" wait_for_devlink devlink dev
/openbmc/linux/drivers/usb/dwc2/
H A Dcore.h1354 u32 timeout);
1356 u32 timeout);
/openbmc/linux/drivers/net/ethernet/wiznet/
H A Dw5300.c188 unsigned long timeout = jiffies + msecs_to_jiffies(100); in w5300_command() local
193 if (time_after(jiffies, timeout)) in w5300_command()

1...<<111112113114115116117118119120>>...176