Home
last modified time | relevance | path

Searched refs:timeout (Results 3301 – 3325 of 4396) sorted by relevance

1...<<131132133134135136137138139140>>...176

/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dcxusb.c458 const int timeout = 100; in cxusb_d680_dmb_drain_message() local
470 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_message()
481 const int timeout = 100; in cxusb_d680_dmb_drain_video() local
493 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_video()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt209 core.proc-map-timeout::
210 Sets a timeout (in milliseconds) for parsing /proc/<pid>/maps files.
211 Can be overridden by the --proc-map-timeout option on supported
212 subcommands. The default timeout is 500ms.
/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c292 par->ddc_algo.timeout = 20; in tridentfb_setup_ddc_bus()
413 int timeout = 0; in xp_wait_engine() local
420 timeout++; in xp_wait_engine()
421 if (timeout == 8) { in xp_wait_engine()
/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c388 ktime_t timeout = ktime_add_ms(ktime_get(), timeout_msec); in tb_dp_cm_handshake() local
416 } while (ktime_before(ktime_get(), timeout)); in tb_dp_cm_handshake()
1018 ktime_t timeout = ktime_add_ms(ktime_get(), timeout_msec); in tb_dp_read_dprx() local
1043 } while (ktime_before(ktime_get(), timeout)); in tb_dp_read_dprx()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dptp.c1012 unsigned long timeout; in efx_ptp_synchronize() local
1031 timeout = jiffies + msecs_to_jiffies(MAX_SYNCHRONISE_WAIT_MS); in efx_ptp_synchronize()
1032 while (!READ_ONCE(*start) && (time_before(jiffies, timeout))) { in efx_ptp_synchronize()
1039 if (!time_before(jiffies, timeout)) in efx_ptp_synchronize()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c1031 unsigned long timeout; in efx_ptp_synchronize() local
1050 timeout = jiffies + msecs_to_jiffies(MAX_SYNCHRONISE_WAIT_MS); in efx_ptp_synchronize()
1051 while (!READ_ONCE(*start) && (time_before(jiffies, timeout))) { in efx_ptp_synchronize()
1058 if (!time_before(jiffies, timeout)) in efx_ptp_synchronize()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1126 iwl_txq_dyn_alloc_dma(struct iwl_trans *trans, int size, unsigned int timeout) in iwl_txq_dyn_alloc_dma() argument
1163 txq->wd_timeout = msecs_to_jiffies(timeout); in iwl_txq_dyn_alloc_dma()
1227 u8 tid, int size, unsigned int timeout) in iwl_txq_dyn_alloc() argument
1243 txq = iwl_txq_dyn_alloc_dma(trans, size, timeout); in iwl_txq_dyn_alloc()
/openbmc/linux/net/ipv4/
H A Daf_inet.c417 long timeout; in inet_release() local
432 timeout = 0; in inet_release()
435 timeout = sk->sk_lingertime; in inet_release()
436 sk->sk_prot->close(sk, timeout); in inet_release()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c124 struct timeval timeout = { .tv_sec = SOCKET_TIMEOUT, in socket_accept() local
127 DWORD timeout = SOCKET_TIMEOUT; in socket_accept() local
131 (void *)&timeout, sizeof(timeout))) { in socket_accept()
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c1549 unsigned long timeout = jiffies + msecs_to_jiffies(1000); in chipio_send() local
1558 } while (time_before(jiffies, timeout)); in chipio_send()
2034 unsigned long timeout = jiffies + msecs_to_jiffies(1000); in dspio_send() local
2042 } while (time_before(jiffies, timeout)); in dspio_send()
2053 unsigned long timeout = jiffies + msecs_to_jiffies(1000); in dspio_write_wait() local
2062 } while (time_before(jiffies, timeout)); in dspio_write_wait()
2240 } while (status == 0 && time_before(jiffies, timeout)); in dspio_clear_response_queue()
3219 unsigned long timeout; in dspxfr_one_seg() local
3347 timeout = jiffies + msecs_to_jiffies(2000); in dspxfr_one_seg()
3353 } while (time_before(jiffies, timeout)); in dspxfr_one_seg()
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c927 unsigned int ccws, long timeout) in qeth_alloc_cmd() argument
949 iob->timeout = timeout; in qeth_alloc_cmd()
1302 (addr_t)iob, 0, 0, iob->timeout); in qeth_irq()
2032 long timeout = iob->timeout; in qeth_send_control_data() local
2042 timeout); in qeth_send_control_data()
2043 if (timeout <= 0) { in qeth_send_control_data()
2045 return (timeout == -ERESTARTSYS) ? -EINTR : -ETIME; in qeth_send_control_data()
2060 (addr_t) iob, 0, 0, timeout); in qeth_send_control_data()
2073 timeout); in qeth_send_control_data()
2074 if (timeout <= 0) in qeth_send_control_data()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c293 s_config->source.port.timeout); in __dump_stream_config()
405 unsigned long timeout; in __destroy_stream() local
417 timeout = jiffies + msecs_to_jiffies(40); in __destroy_stream()
422 if (time_after(jiffies, timeout)) { in __destroy_stream()
1764 unsigned int timeout, in atomisp_css_input_configure_port() argument
1790 stream_env->stream_config.source.port.timeout = timeout; in atomisp_css_input_configure_port()
H A Datomisp_v4l2.c548 unsigned long timeout; in atomisp_mrfld_power() local
574 timeout = jiffies + msecs_to_jiffies(50); in atomisp_mrfld_power()
587 if (time_after(jiffies, timeout)) in atomisp_mrfld_power()
/openbmc/linux/drivers/nvme/host/
H A Dpci.c1670 .timeout = nvme_timeout,
1681 .timeout = nvme_timeout,
2432 unsigned long timeout; in __nvme_delete_io_queues() local
2435 timeout = NVME_ADMIN_TIMEOUT; in __nvme_delete_io_queues()
2445 timeout = wait_for_completion_io_timeout(&nvmeq->delete_done, in __nvme_delete_io_queues()
2446 timeout); in __nvme_delete_io_queues()
2447 if (timeout == 0) in __nvme_delete_io_queues()
/openbmc/ipmitool/control/
H A Dipmitool.spec.in139 - Fix HPM firmware activation via IOL; fake a timeout after IOL session
209 - Fix reset of session timeout for lanplus interface
210 - Fixed lan interface accessibility timeout handling
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c1429 unsigned long timeout; in beacon_watchdog_handler() local
1440 timeout = mac->beacon.last_update + in beacon_watchdog_handler()
1444 if (interval > 0 && time_is_before_jiffies(timeout)) { in beacon_watchdog_handler()
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-jpeg.c1081 ktime_t timeout; in coda9_jpeg_prepare_encode() local
1176 timeout = ktime_add_us(ktime_get(), 100000); in coda9_jpeg_prepare_encode()
1179 if (ktime_compare(ktime_get(), timeout) > 0) { in coda9_jpeg_prepare_encode()
/openbmc/linux/drivers/block/
H A Dataflop.c1830 unsigned long timeout; in fd_test_drive_present() local
1842 timeout = jiffies + 2*HZ+HZ/2; in fd_test_drive_present()
1843 while (time_before(jiffies, timeout)) in fd_test_drive_present()
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c1163 int timeout; in bdisp_m2m_suspend() local
1174 timeout = wait_event_timeout(bdisp->irq_queue, in bdisp_m2m_suspend()
1180 if (!timeout) { in bdisp_m2m_suspend()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c1373 unsigned long timeout; in wl1251_read_eeprom_byte() local
1379 timeout = jiffies + msecs_to_jiffies(100); in wl1251_read_eeprom_byte()
1384 if (time_after(jiffies, timeout)) in wl1251_read_eeprom_byte()
/openbmc/linux/drivers/net/can/
H A Dxilinx_can.c394 unsigned long timeout; in set_reset_mode() local
398 timeout = jiffies + XCAN_TIMEOUT; in set_reset_mode()
400 if (time_after(jiffies, timeout)) { in set_reset_mode()
/openbmc/linux/drivers/spi/
H A Dspi-omap2-mcspi.c351 unsigned long timeout; in mcspi_wait_for_reg_bit() local
353 timeout = jiffies + msecs_to_jiffies(1000); in mcspi_wait_for_reg_bit()
355 if (time_after(jiffies, timeout)) { in mcspi_wait_for_reg_bit()
/openbmc/linux/Documentation/devicetree/bindings/fpga/
H A Dfpga-region.txt190 - region-unfreeze-timeout-us : The maximum time in microseconds to wait for
193 - region-freeze-timeout-us : The maximum time in microseconds to wait for
196 - config-complete-timeout-us : The maximum time in microseconds time for the
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c1228 int timeout; in gsc_m2m_suspend() local
1239 timeout = wait_event_timeout(gsc->irq_queue, in gsc_m2m_suspend()
1244 return timeout == 0 ? -EAGAIN : 0; in gsc_m2m_suspend()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_atomic.c71 unsigned long timeout = 10 * HZ; in drm_crtc_commit_wait() local
77 ret = wait_for_completion_timeout(&commit->hw_done, timeout); in drm_crtc_commit_wait()
87 ret = wait_for_completion_timeout(&commit->flip_done, timeout); in drm_crtc_commit_wait()

1...<<131132133134135136137138139140>>...176