Home
last modified time | relevance | path

Searched refs:timeout (Results 4026 – 4050 of 4398) sorted by relevance

1...<<161162163164165166167168169170>>...176

/openbmc/linux/drivers/media/rc/
H A Dnuvoton-cir.c1001 rdev->timeout = MS_TO_US(100); in nvt_probe()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dsalvator-common.dtsi924 timeout-sec = <60>;
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6795.dtsi366 timeout-sec = <20>;
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.h1193 int lan743x_hs_syslock_acquire(struct lan743x_adapter *adapter, u16 timeout);
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot399 ${resp}= PUT On Session openbmc ${OEM_HOST_CONFIG_URI}/100-file &{kwargs} timeout=10
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt32 …Guest software may implement a software timeout on CCB operations, and if the timeout is exceeded,…
34 …to implement a software timeout to account for certain RAS errors which may result in lost CCBs. I…
1003 0x8 Command execution timeout
1057 …Command timeout indicates that the CCB execution began, but did not complete within a pre-determin…
/openbmc/linux/fs/f2fs/
H A Dsegment.c1177 dpolicy->timeout = false; in __init_discard_policy()
1203 dpolicy->timeout = true; in __init_discard_policy()
1627 if (dpolicy->timeout) in __issue_discard_cmd()
1633 if (dpolicy->timeout && in __issue_discard_cmd()
1656 if (dpolicy->timeout && in __issue_discard_cmd()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c1242 int timeout = 3000; in set_feature() local
1253 } while (tmp != CS_IDST && timeout-- > 0); in set_feature()
/openbmc/linux/drivers/net/bonding/
H A Dbond_3ad.c2008 void bond_3ad_initiate_agg_selection(struct bonding *bond, int timeout) in bond_3ad_initiate_agg_selection() argument
2010 atomic_set(&BOND_AD_INFO(bond).agg_select_timer, timeout); in bond_3ad_initiate_agg_selection()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1348 bool enabled, int timeout) in set_power_mgmt() argument
1356 wilc_set_power_mgmt(vif, enabled, timeout); in set_power_mgmt()
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c50 struct cxgbit_wr_wait *wr_waitp, u32 tid, u32 timeout, in cxgbit_wait_for_reply() argument
60 ret = wait_for_completion_timeout(&wr_waitp->completion, timeout * HZ); in cxgbit_wait_for_reply()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1960 int _il_poll_bit(struct il_priv *il, u32 addr, u32 bits, u32 mask, int timeout);
1961 int il_poll_bit(struct il_priv *il, u32 addr, u32 mask, int timeout);
H A D3945-mac.c429 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3); in il3945_build_tx_cmd_basic()
431 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2); in il3945_build_tx_cmd_basic()
433 tx_cmd->timeout.pm_frame_timeout = 0; in il3945_build_tx_cmd_basic()
/openbmc/linux/drivers/video/fbdev/aty/
H A Daty128fb.c584 unsigned long timeout = jiffies + HZ/100; // should be more than enough in aty_pll_wait_readupdate() local
587 while (time_before(jiffies, timeout)) in aty_pll_wait_readupdate()
/openbmc/linux/drivers/crypto/
H A Domap-sham.c271 unsigned long timeout = jiffies + DEFAULT_TIMEOUT_INTERVAL; in omap_sham_wait() local
274 if (time_is_before_jiffies(timeout)) in omap_sham_wait()
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.c610 unsigned long timeout = jiffies + 5 * HZ; in sis900_mii_probe() local
698 if (time_after_eq(jiffies, timeout)) { in sis900_mii_probe()
/openbmc/linux/include/net/
H A Dmac80211.h3565 u16 timeout; member
6122 u16 timeout);
/openbmc/linux/net/ipv6/
H A Droute.c2091 if (time_after_eq(now, rt->dst.lastuse + gc_args->timeout)) { in rt6_age_examine_exception()
2813 static void rt6_update_expires(struct rt6_info *rt0, int timeout) in rt6_update_expires() argument
2825 dst_set_expires(&rt0->dst, timeout); in rt6_update_expires()
5135 unsigned long timeout = addrconf_timeout_fixup(nla_get_u32(tb[RTA_EXPIRES]), HZ); in rtm_to_fib6_config() local
5137 if (addrconf_finite_timeout(timeout)) { in rtm_to_fib6_config()
5138 cfg->fc_expires = jiffies_to_clock_t(timeout * HZ); in rtm_to_fib6_config()
/openbmc/linux/drivers/net/wireless/legacy/
H A Drndis_wlan.c518 bool enabled, int timeout);
2574 bool enabled, int timeout) in rndis_set_power_mgmt() argument
2587 timeout); in rndis_set_power_mgmt()
/openbmc/linux/drivers/media/i2c/
H A Dds90ub960.c1502 unsigned long timeout; in ub960_rxport_wait_locks() local
1518 timeout = jiffies + msecs_to_jiffies(1000); in ub960_rxport_wait_locks()
1522 while (time_before(jiffies, timeout)) { in ub960_rxport_wait_locks()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2803 struct bttv *btv = from_timer(btv, t, timeout); in bttv_irq_timeout()
3239 timer_setup(&btv->timeout, bttv_irq_timeout, 0); in bttv_probe()
3496 del_timer_sync(&btv->timeout); in bttv_remove()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.c2674 int timeout = SH_ETH_TSU_TIMEOUT_MS * 100; in sh_eth_tsu_busy() local
2679 timeout--; in sh_eth_tsu_busy()
2680 if (timeout <= 0) { in sh_eth_tsu_busy()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c2696 qla2x00_set_rport_loss_tmo(struct fc_rport *rport, uint32_t timeout) in qla2x00_set_rport_loss_tmo() argument
2700 rport->dev_loss_tmo = timeout ? timeout : 1; in qla2x00_set_rport_loss_tmo()
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dusage.rst382 attribute cache timeout in seconds (default 1 second).
383 After this timeout, the cifs client requests fresh attribute
385 attribute cache timeout to suit the workload needs. Shorter
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c2293 int delay = 8, timeout = 100; in enetc_wait_txbdr() local
2297 while (delay < timeout && in enetc_wait_txbdr()
2303 if (delay >= timeout) in enetc_wait_txbdr()

1...<<161162163164165166167168169170>>...176