/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | mv_udc_core.c | 51 #define LOOPS(timeout) ((timeout) >> LOOPS_USEC_SHIFT) argument
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 1159 int timeout = 1000; in core99_usb_enable() local 1177 if (--timeout <= 0) { in core99_usb_enable()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_ti.c | 277 u16 index, void *data, int size, int timeout) in ti_vsend_sync() argument 283 value, index, data, size, timeout); in ti_vsend_sync()
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | memory-hotplug.rst | 692 terminated by sending a signal. A timeout based offlining can easily be 695 % timeout $TIMEOUT offline_block | failure_handling
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 1418 int n, uint32_t timeout) in vhost_virtqueue_set_busyloop_timeout() argument 1423 .num = timeout, in vhost_virtqueue_set_busyloop_timeout()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | driver.c | 1273 int ret, timeout = msecs_to_jiffies(SCMI_MAX_RESPONSE_TIMEOUT); in do_xfer_with_response() local 1288 if (!wait_for_completion_timeout(xfer->async_done, timeout)) { in do_xfer_with_response()
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 4941 - {"timeout", 18}, 4942 - {"timeout out of range 10..1000", 19}, 5025 - -O, --disable-timeouts disable timeout code, wait forever\n\ 5090 - -O, --disable-timeouts disable timeout code, wait forever for data\n\ 5099 - -t, --timeout N set timeout to N tenths of a second\n\ 5226 msgid "timeout" 5231 msgid "timeout out of range 10..1000" 5472 msgid "timeout" 5477 msgid "timeout out of range 10..1000"
|
/openbmc/linux/net/core/ |
H A D | filter.c | 5214 unsigned long timeout; in bpf_sol_tcp_setsockopt() local 5236 timeout = usecs_to_jiffies(val); in bpf_sol_tcp_setsockopt() 5237 if (timeout > TCP_DELACK_MAX || in bpf_sol_tcp_setsockopt() 5238 timeout < TCP_TIMEOUT_MIN) in bpf_sol_tcp_setsockopt() 5240 inet_csk(sk)->icsk_delack_max = timeout; in bpf_sol_tcp_setsockopt() 5243 timeout = usecs_to_jiffies(val); in bpf_sol_tcp_setsockopt() 5244 if (timeout > TCP_RTO_MIN || in bpf_sol_tcp_setsockopt() 5245 timeout < TCP_TIMEOUT_MIN) in bpf_sol_tcp_setsockopt() 5247 inet_csk(sk)->icsk_rto_min = timeout; in bpf_sol_tcp_setsockopt()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 3272 bool enabled, s32 timeout) in brcmf_cfg80211_set_power_mgmt() argument 3313 min_t(u32, timeout, BRCMF_PS_MAX_TIMEOUT_MS)); in brcmf_cfg80211_set_power_mgmt() 4076 int timeout; in brcmf_report_wowl_wakeind() local 4118 timeout = wait_event_timeout(cfg->wowl.nd_data_wait, in brcmf_report_wowl_wakeind() 4121 if (!timeout) in brcmf_report_wowl_wakeind() 7877 u8 action, ulong timeout) in brcmf_cfg80211_wait_vif_event() argument 7882 vif_event_equals(event, action), timeout); in brcmf_cfg80211_wait_vif_event()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 2799 cancel_delayed_work(&ar->scan.timeout); in __ath12k_mac_scan_finish() 2893 scan.timeout.work); in ath12k_scan_timeout_work() 3012 ieee80211_queue_delayed_work(ar->hw, &ar->scan.timeout, in ath12k_mac_op_hw_scan() 3035 cancel_delayed_work_sync(&ar->scan.timeout); in ath12k_mac_op_cancel_hw_scan() 5135 cancel_delayed_work_sync(&ar->scan.timeout); in ath12k_mac_op_stop() 7478 INIT_DELAYED_WORK(&ar->scan.timeout, ath12k_scan_timeout_work); in ath12k_mac_allocate()
|
/openbmc/linux/net/mac80211/ |
H A D | rx.c | 1385 if (tid_agg_rx->timeout) in ieee80211_rx_reorder_ampdu() 2764 if (tid_tx->timeout) in ieee80211_rx_mesh_fast_forward() 3252 if (tid_agg_rx->timeout) in ieee80211_rx_h_ctrl() 3254 TU_TO_EXP_TIME(tid_agg_rx->timeout)); in ieee80211_rx_h_ctrl()
|
/openbmc/qemu/docs/devel/ |
H A D | testing.rst | 1388 The Avocado framework has a timeout mechanism which interrupts tests to avoid the 1389 test suite of getting stuck. The timeout value can be set via test parameter or 1392 …ocado-framework.readthedocs.io/en/latest/guides/writer/chapters/writing.html#setting-a-test-timeout 1394 Even though the timeout can be set by the test developer, there are some tests
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 2074 qp->qplib_qp.timeout = qp_attr->timeout; in bnxt_re_modify_qp() 2213 qp_attr->timeout = qplib_qp->timeout; in bnxt_re_query_qp()
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ioctl.c | 1332 __le16 timeout; in prism2_ioctl_giwpower() local 1335 &timeout, 2, 1) < 0) in prism2_ioctl_giwpower() 1339 rrq->value = le16_to_cpu(timeout) * 1024; in prism2_ioctl_giwpower()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8994.c | 2213 unsigned long timeout; in _wm8994_set_fll() local 2406 timeout = wait_for_completion_timeout(&wm8994->fll_locked[id], in _wm8994_set_fll() 2408 if (timeout == 0) in _wm8994_set_fll()
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | README | 93 MCFFEC_TOUT_LOOP -- set FEC timeout loop
|
/openbmc/linux/Documentation/power/ |
H A D | freezing-of-tasks.rst | 199 called from a device driver's .resume() routine, it will timeout and eventually
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 040 | 509 ev = self.vm.events_wait(events, timeout=5.0)
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-top.txt | 229 --proc-map-timeout::
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | botching-up-ioctls.rst | 170 * Per le scadenze (*timeout*) usate valori temporali assoluti. Se siete dei
|
/openbmc/linux/net/ipv4/ |
H A D | ping.c | 284 void ping_close(struct sock *sk, long timeout) in ping_close() argument
|
/openbmc/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 919 unsigned long rttime = tsk->rt.timeout * (USEC_PER_SEC / HZ); in check_thread_timers()
|
/openbmc/linux/Documentation/scsi/ |
H A D | libsas.rst | 328 - DWS reset timeout timer expired [1]_
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-bletchley.dts | 943 aspeed,hw-timeout-ms = <1000>;
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4callback.c | 968 .timeout = &timeparms, in setup_callback_client()
|