Home
last modified time | relevance | path

Searched refs:timeout (Results 3001 – 3025 of 4395) sorted by relevance

1...<<121122123124125126127128129130>>...176

/openbmc/qemu/tests/avocado/
H A Dreverse_debugging.py34 timeout = 10 variable in ReverseDebugging
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc89 * Fixed RSCN timeout issues.
117 fast_ring_event and was setting the tgt_reset timeout to 0 in
196 * Following timeout handlers moved to the lpfc worker thread:
216 * Moved discovery timeout handler to worker thread. There are
316 state until the target is rediscovered or nodev timeout is
585 schedule_timeout(timeout)" with "msleep(timeout)".
594 nodev timeout.
602 * Increase nodev timeout from 20 seconds to 30 seconds.
676 * Fix for timeout of READ_LA or READ_SPARAM mailbox command
1130 * Decreased FLOGI discovery timeout to 20 seconds.
[all …]
H A DChangeLog.megaraid339 including tape, timeout value set by driver was 10 minutes. With this
340 value, most of command will return within timeout. However, for those
344 To address this issue, the 'timeout' field in the DCDB command will
345 have NO TIMEOUT (i.e., 4) value as its timeout on DCDB command.
452 timeout for the synchronous commands, which is far less than what is
/openbmc/linux/net/ipv6/
H A Daddrconf.c2952 unsigned long timeout; in inet6_addr_add() local
2997 if (addrconf_finite_timeout(timeout)) { in inet6_addr_add()
2999 cfg->valid_lft = timeout; in inet6_addr_add()
3008 if (addrconf_finite_timeout(timeout)) { in inet6_addr_add()
3009 if (timeout == 0) in inet6_addr_add()
3011 cfg->preferred_lft = timeout; in inet6_addr_add()
4793 unsigned long timeout; in inet6_addr_modify() local
4811 if (addrconf_finite_timeout(timeout)) { in inet6_addr_modify()
4813 cfg->valid_lft = timeout; in inet6_addr_modify()
4823 if (timeout == 0) in inet6_addr_modify()
[all …]
/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c252 u32 timeout = 500; in dwc3_send_gadget_generic_command() local
268 } while (--timeout); in dwc3_send_gadget_generic_command()
270 if (!timeout) { in dwc3_send_gadget_generic_command()
313 u32 timeout = 5000; in dwc3_send_gadget_ep_cmd() local
423 } while (--timeout); in dwc3_send_gadget_ep_cmd()
425 if (timeout == 0) { in dwc3_send_gadget_ep_cmd()
2596 u32 timeout = 2000; in dwc3_gadget_run_stop() local
2626 } while (--timeout && !(!is_on ^ !reg)); in dwc3_gadget_run_stop()
2628 if (!timeout) in dwc3_gadget_run_stop()
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1341 if (timeout) in ibmvfc_set_rport_dev_loss_tmo()
1342 rport->dev_loss_tmo = timeout; in ibmvfc_set_rport_dev_loss_tmo()
1412 long timeout = wait_event_timeout(vhost->init_wait_q, in ibmvfc_wait_while_resetting() local
1419 return timeout ? 0 : -EIO; in ibmvfc_wait_while_resetting()
1700 if (timeout) { in ibmvfc_send_event()
1701 evt->timer.expires = jiffies + (timeout * HZ); in ibmvfc_send_event()
2494 timeout = wait_for_completion_timeout(&comp, timeout); in ibmvfc_wait_for_ops()
2496 if (!timeout) { in ibmvfc_wait_for_ops()
2789 unsigned long flags, timeout = IBMVFC_ABORT_TIMEOUT; in ibmvfc_abort_task_set() local
2840 timeout = wait_for_completion_timeout(&evt->comp, timeout); in ibmvfc_abort_task_set()
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c326 long timeout = 0; in netxen_wait_rom_done() local
334 if (++timeout >= NETXEN_MAX_ROM_WAIT_USEC) { in netxen_wait_rom_done()
874 int i, timeout; in netxen_need_fw_reset() local
892 timeout = msleep_interruptible(200); in netxen_need_fw_reset()
893 if (timeout) { in netxen_need_fw_reset()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Druntime-testing.rst93 #. A default timeout of 500 seconds occurs to allow for the boot process
94 to reach the login prompt. You can change the timeout period by
515 - *run(cmd, timeout=None):* The single, most used method.
519 produces. The optional timeout argument represents the number
522 timeout period, which is 300 seconds. If the argument is "0",
/openbmc/linux/drivers/mmc/host/
H A Dusdhi6rol0.c195 unsigned long timeout; member
1078 schedule_delayed_work(&host->timeout_work, host->timeout); in usdhi6_rq_start()
1541 schedule_delayed_work(&host->timeout_work, host->timeout); in usdhi6_sd_bh()
1559 host->timeout); in usdhi6_sd_bh()
1780 host->timeout = msecs_to_jiffies(USDHI6_REQ_TIMEOUT_MS); in usdhi6_probe()
/openbmc/linux/drivers/comedi/drivers/
H A Ds626.c146 static const int timeout = 10000; in s626_debi_transfer() local
156 for (i = 0; i < timeout; i++) { in s626_debi_transfer()
161 if (i == timeout) in s626_debi_transfer()
166 for (i = 0; i < timeout; i++) { in s626_debi_transfer()
171 if (i == timeout) in s626_debi_transfer()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml129 azoteq,timeout-ati-ms:
141 azoteq,timeout-np-ms:
153 azoteq,timeout-lp-ms:
165 azoteq,timeout-ulp-ms:
606 azoteq,timeout-press-ms:
/openbmc/linux/drivers/thunderbolt/
H A Dusb4.c1250 ktime_t timeout = ktime_add_ms(ktime_get(), timeout_msec); in usb4_port_wait_for_bit() local
1264 } while (ktime_before(ktime_get(), timeout)); in usb4_port_wait_for_bit()
1392 ktime_t timeout; in usb4_port_sb_op() local
1402 timeout = ktime_add_ms(ktime_get(), timeout_msec); in usb4_port_sb_op()
1413 } while (ktime_before(ktime_get(), timeout)); in usb4_port_sb_op()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c1771 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT; in e1000_acquire_swflag_ich8lan() local
1780 while (timeout) { in e1000_acquire_swflag_ich8lan()
1786 timeout--; in e1000_acquire_swflag_ich8lan()
1789 if (!timeout) { in e1000_acquire_swflag_ich8lan()
1795 timeout = SW_FLAG_TIMEOUT; in e1000_acquire_swflag_ich8lan()
1800 while (timeout) { in e1000_acquire_swflag_ich8lan()
1806 timeout--; in e1000_acquire_swflag_ich8lan()
1809 if (!timeout) { in e1000_acquire_swflag_ich8lan()
3549 } while (i++ < timeout); in e1000_flash_cycle_ich8lan()
4539 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT; in e1000_erase_flash_bank_ich8lan() local
[all …]
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1281 u32 timeout = 0; in __hns_roce_cmq_send() local
1304 } while (++timeout < priv->cmq.tx_timeout); in __hns_roce_cmq_send()
2974 end = msecs_to_jiffies(timeout) + jiffies; in v2_wait_mbox_complete()
5011 if (*timeout > QP_ACK_TIMEOUT_MAX_HIP08) { in check_qp_timeout_cfg_range()
5018 if (*timeout > QP_ACK_TIMEOUT_MAX) { in check_qp_timeout_cfg_range()
5037 u8 timeout; in hns_roce_v2_set_opt_fields() local
5047 timeout = attr->timeout; in hns_roce_v2_set_opt_fields()
5049 hr_reg_write(context, QPC_AT, timeout); in hns_roce_v2_set_opt_fields()
5305 u8 timeout; in get_qp_timeout_attr() local
5307 timeout = (u8)hr_reg_read(context, QPC_AT); in get_qp_timeout_attr()
[all …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs_fcs.h455 u32 timeout; /* num timeouts detected */ member
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-i2c.c213 .timeout = CX18_ALGO_BIT_TIMEOUT*HZ /* jiffies */
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-dma.txt59 - ti,rx-retry-timeout: Number of dma cycles to wait before retry on buffer
/openbmc/linux/drivers/input/serio/
H A Dhp_sdc_mlc.c143 static int hp_sdc_mlc_in(hil_mlc *mlc, suseconds_t timeout) in hp_sdc_mlc_in() argument
/openbmc/linux/drivers/i2c/busses/
H A Di2c-cp2615.c305 adap->timeout = HZ; in cp2615_i2c_probe()
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install.sh305 timeout=5
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/
H A Dppp_2.5.0.bb71 SUMMARY:${PN}-minconn = "Plugin for PPP to set a delay before the idle timeout applies"
/openbmc/linux/net/can/
H A DKconfig37 The Broadcast Manager offers content filtering, timeout monitoring,
/openbmc/linux/include/linux/lockd/
H A Dlockd.h220 int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
/openbmc/linux/arch/mips/boot/dts/brcm/
H A Dbcm63268.dtsi127 timeout-sec = <30>;
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-nattis-2-natte-2.dts189 smbus-timeout-disable;

1...<<121122123124125126127128129130>>...176