Home
last modified time | relevance | path

Searched refs:timeout (Results 3926 – 3950 of 4396) sorted by relevance

1...<<151152153154155156157158159160>>...176

/openbmc/linux/drivers/md/bcache/
H A Dsuper.c2776 long timeout = start + 10 * HZ - jiffies; in bcache_reboot() local
2782 if (timeout < 0 || stopped) in bcache_reboot()
2789 schedule_timeout(timeout); in bcache_reboot()
/openbmc/linux/fs/btrfs/
H A Dscrub.c1275 long timeout; in scrub_throttle_dev_io() local
1277 timeout = div_u64(delta * HZ, 1000); in scrub_throttle_dev_io()
1278 schedule_timeout_interruptible(timeout); in scrub_throttle_dev_io()
/openbmc/linux/drivers/mmc/core/
H A Dmmc_test.c2362 unsigned long timeout; in mmc_test_ongoing_transfer() local
2395 timeout = jiffies + msecs_to_jiffies(3000); in mmc_test_ongoing_transfer()
2413 expired = time_after(jiffies, timeout); in mmc_test_ongoing_transfer()
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c611 cp.timeout = cpu_to_le16(1); in hci_conn_idle()
2110 pdu.cp.timeout = cpu_to_le16(qos->bcast.timeout); in hci_le_big_create_sync()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A DREADME99 7. On any RDMA related error or in the case of a heartbeat timeout, the
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7791-koelsch.dts644 timeout-sec = <60>;
/openbmc/linux/Documentation/networking/
H A Ddccp.rst184 The timeout between subsequent DCCP-Sync packets sent in response to
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass174 …output = subprocess.check_output(c.split(), stderr=subprocess.STDOUT, timeout=limit).decode('utf-8…
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.6.rst53 - cve-update-db-native: add timeout to urlopen() calls
/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2/
H A DCVE-2023-48795.patch405 session->api_timeout = 0; /* timeout-free API by default */
/openbmc/qemu/scsi/
H A Dqemu-pr-helper.c149 io_hdr.timeout = 1; in do_sgio_worker()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h610 struct delayed_work timeout; member
/openbmc/linux/net/sunrpc/
H A Drpcb_clnt.c378 .timeout = timeo, in rpcb_create()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1112 struct delayed_work timeout; member
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-skomer.dts172 flash-max-timeout-us = <250000>;
H A Dstm32mp15xx-dkx.dtsi460 timeout-sec = <32>;
/openbmc/linux/block/
H A Dblk-sysfs.c696 if (attr == &queue_io_timeout_entry.attr && !q->mq_ops->timeout) in blk_mq_queue_attr_visible()
/openbmc/linux/drivers/parport/
H A Dshare.c754 par_dev->timeout = 5 * HZ; in parport_register_dev_model()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-master.c688 if (!wait_for_completion_timeout(&dev->cmd_complete, adap->timeout)) { in i2c_dw_xfer()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Debisu.dtsi781 timeout-sec = <60>;
/openbmc/qemu/tests/qtest/
H A Dmeson.build411 timeout: slow_qtests.get(test, 60),
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio1663 allows the application to block on poll with a timeout and read
1664 the available samples after the timeout expires and thus have a
1706 samples till a timeout is reached. This allows host processors to
1708 The maximum timeout in seconds can be specified by setting
1710 hwfifo_timeout. A value of 0 means that there is no timeout.
2111 Specifies the timeout value in seconds for the tap detector
2120 Lists all available tap reset timeout values. Units in seconds.
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py388 timeout = 5
398 if time.time() < timeout_start + timeout:
/openbmc/linux/drivers/usb/gadget/udc/
H A Dm66592-udc.c1040 int timeout = 3000; in set_feature() local
1052 } while (tmp != M66592_CS_IDST && timeout-- > 0); in set_feature()
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Drtl28xxu.c666 d->i2c_adap.timeout = msecs_to_jiffies(10); in rtl28xxu_identify_state()
1832 rc->timeout = 0xbf * 51; in rtl2832u_get_rc_config()

1...<<151152153154155156157158159160>>...176