Home
last modified time | relevance | path

Searched refs:timeout (Results 2801 – 2825 of 4396) sorted by relevance

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

/openbmc/linux/drivers/peci/controller/
H A Dpeci-aspeed.c214 unsigned long timeout = msecs_to_jiffies(priv->cmd_timeout_ms); in aspeed_peci_xfer() local
251 ret = wait_for_completion_interruptible_timeout(&priv->xfer_complete, timeout); in aspeed_peci_xfer()
/openbmc/linux/sound/usb/line6/
H A Dpcm.c117 int timeout = HZ; in line6_wait_clear_audio_urbs() local
131 } while (--timeout > 0); in line6_wait_clear_audio_urbs()
/openbmc/linux/drivers/pci/
H A Ddoe.c95 static int pci_doe_wait(struct pci_doe_mb *doe_mb, unsigned long timeout) in pci_doe_wait() argument
99 timeout)) in pci_doe_wait()
/openbmc/linux/net/ipv6/
H A Dreassembly.c471 table[2].data = &net->ipv6.fqdir->timeout; in ip6_frags_ns_sysctl_register()
541 net->ipv6.fqdir->timeout = IPV6_FRAG_TIMEOUT; in ipv6_frags_init_net()
/openbmc/linux/drivers/char/hw_random/
H A Dcore.c685 unsigned long timeout = msecs_to_jiffies(msecs) + 1; in hwrng_msleep() local
687 return wait_for_completion_interruptible_timeout(&rng->dying, timeout); in hwrng_msleep()
/openbmc/qemu/nbd/
H A Dtrace-events82 nbd_connect_thread_sleep(uint64_t timeout) "timeout %" PRIu64
/openbmc/u-boot/drivers/net/phy/
H A Dmscc.c1118 u16 timeout = MSCC_PHY_RESET_TIMEOUT; in mscc_phy_soft_reset() local
1129 while ((reg_val & BMCR_RESET) && (timeout > 0)) { in mscc_phy_soft_reset()
1131 timeout--; in mscc_phy_soft_reset()
1135 if (timeout == 0) { in mscc_phy_soft_reset()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass83 # qemumips is quite slow and has reached the timeout limit several times on the YP build cluster,
195 def handle_test_timeout(timeout):
196 bb.warn("Global test timeout reached (%s seconds), stopping the tests." %(timeout))
/openbmc/linux/drivers/rtc/
H A Drtc-pcf2127.c407 wd_val = ((wdd->timeout * pcf2127->cfg->wdd_clock_hz_x1000) / 1000) + 1; in pcf2127_wdt_ping()
451 new_timeout, wdd->timeout); in pcf2127_wdt_set_timeout()
453 wdd->timeout = new_timeout; in pcf2127_wdt_set_timeout()
506 pcf2127->wdd.timeout = PCF2127_WD_DEFAULT_TIMEOUT_S; in pcf2127_watchdog_init()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dsdio.c678 u8 size, timeout; in rtw_sdio_enable_rx_aggregation() local
682 timeout = 0x6; in rtw_sdio_enable_rx_aggregation()
685 timeout = 0x1; in rtw_sdio_enable_rx_aggregation()
695 FIELD_PREP(BIT_DMA_AGG_TO_V1, timeout)); in rtw_sdio_enable_rx_aggregation()
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-driver.c359 int timeout = msecs_to_jiffies(msecs); in ivtv_msleep_timeout() local
363 timeout = schedule_timeout(timeout); in ivtv_msleep_timeout()
370 } while (timeout); in ivtv_msleep_timeout()
/openbmc/linux/net/netrom/
H A Daf_netrom.c879 unsigned short frametype, flags, window, timeout; in nr_rx_frame() local
1009 timeout = skb->data[36] * 256 + skb->data[35]; in nr_rx_frame()
1010 if (timeout * HZ < nr_make->t1) in nr_rx_frame()
1011 nr_make->t1 = timeout * HZ; in nr_rx_frame()
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c935 u32 timeout; in esas2r_flash_access() local
951 timeout = 40000; in esas2r_flash_access()
953 timeout = 5000; in esas2r_flash_access()
970 if ((jiffies_to_msecs(jiffies) - starttime) > timeout) { in esas2r_flash_access()
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_els.c912 els->io.iparam.ct.timeout = EFC_FC_ELS_SEND_DEFAULT_TIMEOUT; in efc_ns_send_rftid()
949 els->io.iparam.ct.timeout = EFC_FC_ELS_SEND_DEFAULT_TIMEOUT; in efc_ns_send_rffid()
989 els->io.iparam.ct.timeout = EFC_FC_ELS_SEND_DEFAULT_TIMEOUT; in efc_ns_send_gidpt()
1064 els->io.iparam.ct.timeout = 5; in efc_send_ct_rsp()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c172 u32 timeout = 0; in qtnf_poll_state() local
176 if (++timeout > delay_in_ms) in qtnf_poll_state()
814 u32 timeout = 0; in qtnf_pcie_endian_detect() local
828 if (++timeout > QTN_FW_DL_TIMEOUT_MS) { in qtnf_pcie_endian_detect()
/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c989 static void virtio_transport_wait_close(struct sock *sk, long timeout) in virtio_transport_wait_close() argument
991 if (timeout) { in virtio_transport_wait_close()
997 if (sk_wait_event(sk, &timeout, in virtio_transport_wait_close()
1000 } while (!signal_pending(current) && timeout); in virtio_transport_wait_close()
/openbmc/linux/net/devlink/
H A Ddev.c907 params->timeout, DEVLINK_ATTR_PAD)) in devlink_nl_flash_update_fill()
989 unsigned long timeout) in devlink_flash_update_timeout_notify() argument
994 .timeout = timeout, in devlink_flash_update_timeout_notify()
/openbmc/linux/drivers/staging/fieldbus/anybuss/
H A Dhost.c417 unsigned long timeout = jiffies + HZ / 2; in read_ind_ab() local
420 while (time_before_eq(jiffies, timeout)) { in read_ind_ab()
438 unsigned long timeout = jiffies + HZ / 2; in write_ind_ap() local
441 while (time_before_eq(jiffies, timeout)) { in write_ind_ap()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c386 ktime_t timeout = ktime_add_us(ktime_get(), 100000); in mixer_wait_for_sync() local
390 if (ktime_compare(ktime_get(), timeout) > 0) in mixer_wait_for_sync()
495 int timeout = 20; in mixer_stop() local
500 --timeout) in mixer_stop()
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_qp.c606 cmd->attrs.timeout = attr->timeout; in pvrdma_modify_qp()
1016 attr->timeout = resp->attrs.timeout; in pvrdma_query_qp()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c847 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_82571() local
849 while (timeout) { in e1000_get_cfg_done_82571()
853 timeout--; in e1000_get_cfg_done_82571()
855 if (!timeout) { in e1000_get_cfg_done_82571()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c39 nvm->timeout = I40E_MAX_NVM_TIMEOUT; in i40e_init_nvm()
61 u64 gtime, timeout; in i40e_acquire_nvm() local
83 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime; in i40e_acquire_nvm()
84 while ((gtime < timeout) && time_left) { in i40e_acquire_nvm()
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp783 static boost::asio::steady_timer timeout(*req.ioService); in handleGenerateCSRAction() local
784 timeout.expires_after(std::chrono::seconds(timeOut)); in handleGenerateCSRAction()
785 timeout.async_wait([asyncResp](const boost::system::error_code& ec) { in handleGenerateCSRAction()
812 timeout.cancel(); in handleGenerateCSRAction()
/openbmc/linux/arch/sh/boards/
H A Dboard-sh7785lcr.c254 .timeout = HZ,
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh78 udevadm settle --timeout=3 --quiet

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