Home
last modified time | relevance | path

Searched refs:timeout (Results 2526 – 2550 of 4396) sorted by relevance

1...<<101102103104105106107108109110>>...176

/openbmc/linux/drivers/media/dvb-frontends/
H A Dstb0899_algo.c1084 static enum stb0899_status stb0899_dvbs2_get_dmd_status(struct stb0899_state *state, int timeout) in stb0899_dvbs2_get_dmd_status() argument
1104 } while ((!lock) && (time <= timeout)); in stb0899_dvbs2_get_dmd_status()
1118 static int stb0899_dvbs2_get_data_lock(struct stb0899_state *state, int timeout) in stb0899_dvbs2_get_data_lock() argument
1123 while ((!lock) && (time < timeout)) { in stb0899_dvbs2_get_data_lock()
1137 static enum stb0899_status stb0899_dvbs2_get_fec_status(struct stb0899_state *state, int timeout) in stb0899_dvbs2_get_fec_status() argument
1146 } while ((!Locked) && (time < timeout)); in stb0899_dvbs2_get_fec_status()
/openbmc/linux/drivers/phy/tegra/
H A Dxusb-tegra124.c1087 unsigned long timeout; in tegra124_pcie_phy_power_on() local
1105 timeout = jiffies + msecs_to_jiffies(50); in tegra124_pcie_phy_power_on()
1107 while (time_before(jiffies, timeout)) { in tegra124_pcie_phy_power_on()
1265 unsigned long timeout; in tegra124_sata_phy_power_on() local
1287 timeout = jiffies + msecs_to_jiffies(50); in tegra124_sata_phy_power_on()
1289 while (time_before(jiffies, timeout)) { in tegra124_sata_phy_power_on()
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml441 timeout: 70m
477 timeout: 90m
515 timeout: 80m
549 timeout: 70m
587 timeout: 80m
748 timeout: 3h
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2254 long timeout; in amdgpu_device_init_schedulers() local
2266 timeout = adev->gfx_timeout; in amdgpu_device_init_schedulers()
2272 timeout = adev->sdma_timeout; in amdgpu_device_init_schedulers()
2275 timeout = adev->video_timeout; in amdgpu_device_init_schedulers()
3383 long timeout; in amdgpu_device_get_job_timeout_settings() local
3407 if (timeout == 0) { in amdgpu_device_get_job_timeout_settings()
3410 } else if (timeout < 0) { in amdgpu_device_get_job_timeout_settings()
3415 timeout = msecs_to_jiffies(timeout); in amdgpu_device_get_job_timeout_settings()
3420 adev->gfx_timeout = timeout; in amdgpu_device_get_job_timeout_settings()
3426 adev->sdma_timeout = timeout; in amdgpu_device_get_job_timeout_settings()
[all …]
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c410 if (!timeout) in nfs4_update_delay()
412 if (*timeout <= 0) in nfs4_update_delay()
416 ret = *timeout; in nfs4_update_delay()
417 *timeout <<= 1; in nfs4_update_delay()
665 if (timeout) in nfs4_async_handle_error()
666 exception.timeout = *timeout; in nfs4_async_handle_error()
671 *timeout = exception.timeout; in nfs4_async_handle_error()
7458 timeout *= 2; in nfs4_retry_setlk_simple()
9772 .timeout = *timeout, in nfs4_proc_layoutget()
9788 *timeout = exception.timeout; in nfs4_proc_layoutget()
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1921 unsigned long timeout = CONFIG_SYS_HZ; /* 1 sec to stop RNDIS */ in eth_stop() local
1931 while (get_timer(ts) < timeout) in eth_stop()
2344 unsigned long timeout = USB_CONNECT_TIMEOUT; in _usb_eth_init() local
2395 timeout = simple_strtoul(env_get("cdc_connect_timeout"), in _usb_eth_init()
2400 if (ctrlc() || (get_timer(ts) > timeout)) { in _usb_eth_init()
2422 unsigned long timeout = USB_CONNECT_TIMEOUT; in _usb_eth_send() local
2469 if (get_timer(ts) > timeout) { in _usb_eth_send()
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c1518 int timeout; in submit_common_msg() local
1553 timeout = USB_TIMEOUT_MS(pipe); in submit_common_msg()
1578 if (--timeout) { in submit_common_msg()
1771 int timeout = 30; in hc_reset() local
1784 int timeout = 1000; in hc_reset() local
1791 if (timeout-- <= 0) { in hc_reset()
1827 if (--timeout == 0) { in hc_reset()
/openbmc/linux/drivers/macintosh/
H A Dvia-pmu.c572 int timeout; in init_pmu() local
580 timeout = 100000; in init_pmu()
582 if (--timeout < 0) { in init_pmu()
591 timeout = 100000; in init_pmu()
594 if (--timeout < 0) { in init_pmu()
1186 int timeout = 4000; in wait_for_ack() local
1188 if (--timeout < 0) { in wait_for_ack()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c930 void *arg, u32 timeout) in bnx2fc_elsct_send() argument
941 fip, timeout); in bnx2fc_elsct_send()
947 fip, timeout); in bnx2fc_elsct_send()
949 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); in bnx2fc_elsct_send()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dzynq_nand.c244 unsigned long timeout; in zynq_nand_waitfor_ecc_completion() local
248 timeout = 10; in zynq_nand_waitfor_ecc_completion()
252 if (timeout == 0) in zynq_nand_waitfor_ecc_completion()
254 timeout--; in zynq_nand_waitfor_ecc_completion()
/openbmc/linux/sound/pci/
H A Dvia82xx_modem.c367 unsigned int timeout = 1000; /* 1ms */ in snd_via82xx_codec_ready() local
370 while (timeout-- > 0) { in snd_via82xx_codec_ready()
383 unsigned int timeout = 1000; /* 1ms */ in snd_via82xx_codec_valid() local
388 while (timeout-- > 0) { in snd_via82xx_codec_valid()
/openbmc/linux/drivers/mmc/host/
H A Dcavium.c238 u64 timeout; in set_wdog() local
244 timeout = (slot->clock * ns) / NSEC_PER_SEC; in set_wdog()
246 timeout = (slot->clock * 850ull) / 1000ull; in set_wdog()
247 writeq(timeout, slot->host->base + MIO_EMM_WDOG(slot->host)); in set_wdog()
/openbmc/linux/drivers/leds/flash/
H A Dleds-max77693.c584 u32 timeout) in max77693_led_flash_timeout_set() argument
590 sub_led->flash_timeout = timeout; in max77693_led_flash_timeout_set()
811 setting = &fled_cdev->timeout; in max77693_init_flash_settings()
909 sub_led->flash_timeout = fled_cdev->timeout.val; in max77693_init_fled_cdev()
/openbmc/linux/sound/ppc/
H A Dawacs.c38 long timeout = 2000; in snd_pmac_screamer_wait() local
41 if (! --timeout) { in snd_pmac_screamer_wait()
54 long timeout = 5000000; in snd_pmac_awacs_write() local
60 if (! --timeout) { in snd_pmac_awacs_write()
/openbmc/linux/drivers/video/fbdev/
H A Dbroadsheetfb.c365 int timeout) in broadsheet_spiflash_wait_for_bit() argument
374 } while (timeout--); in broadsheet_spiflash_wait_for_bit()
405 int timeout) in broadsheet_spiflash_wait_for_status() argument
427 } while (timeout--); in broadsheet_spiflash_wait_for_status()
/openbmc/linux/drivers/spi/
H A Dspi-zynqmp-gqspi.c463 ulong timeout; in zynqmp_qspi_chipselect() local
490 timeout = jiffies + msecs_to_jiffies(1000); in zynqmp_qspi_chipselect()
500 } while (!time_after_eq(jiffies, timeout)); in zynqmp_qspi_chipselect()
502 if (time_after_eq(jiffies, timeout)) in zynqmp_qspi_chipselect()
H A Dspi-bcm2835.c999 unsigned long timeout; in bcm2835_spi_transfer_one_poll() local
1014 timeout = jiffies + 2 + HZ * polling_limit_us / 1000000; in bcm2835_spi_transfer_one_poll()
1027 if (bs->rx_len && time_after(jiffies, timeout)) { in bcm2835_spi_transfer_one_poll()
1030 jiffies - timeout, in bcm2835_spi_transfer_one_poll()
H A Dspi-stm32-qspi.c363 int timeout, err = 0, err_poll_status = 0; in stm32_qspi_send() local
432 timeout = readl_relaxed_poll_timeout_atomic(qspi->io_base + QSPI_CR, in stm32_qspi_send()
438 if (err || err_poll_status || timeout) in stm32_qspi_send()
440 __func__, err, err_poll_status, timeout); in stm32_qspi_send()
/openbmc/linux/sound/soc/sh/
H A Drz-ssi.c349 int timeout; in rz_ssi_stop() local
371 timeout = 100; in rz_ssi_stop()
372 while (--timeout) { in rz_ssi_stop()
378 if (!timeout) in rz_ssi_stop()
/openbmc/linux/drivers/s390/crypto/
H A Dap_queue.c139 mod_timer(&aq->timeout, in ap_sm_recv()
241 mod_timer(&aq->timeout, jiffies + aq->request_timeout); in ap_sm_write()
1028 timer_setup(&aq->timeout, ap_request_timeout, 0); in ap_queue_create()
1146 del_timer_sync(&aq->timeout); in ap_queue_prepare_remove()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst33 ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`
35 - ``--timeout`` sets a maximum amount of time for tests to run.
230 --timeout=60 \
307 - ``--timeout``: Specifies the maximum number of seconds allowed for all tests to run.
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_mpi.c1161 int timeout; in qlge_mpi_idc_work() local
1164 timeout = (mbcp->mbox_out[1] >> 8) & 0xf; in qlge_mpi_idc_work()
1182 if (timeout) { in qlge_mpi_idc_work()
1215 if (timeout) { in qlge_mpi_idc_work()
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-habanalabs98 Description: The watchdog timeout value in seconds for a device release upon
267 Description: Sets the skip reset on timeout option for the device. Value of
275 Description: Gets the state dump occurring on a CS timeout or failure.
294 Description: Sets the command submission timeout value in seconds.
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c81 u32 timeout; /* unit: ms */ in halbtcoutsrc_LeaveLowPower() local
87 timeout = LPS_RPWM_WAIT_MS; in halbtcoutsrc_LeaveLowPower()
89 timeout = 30; in halbtcoutsrc_LeaveLowPower()
99 if (utime > timeout) in halbtcoutsrc_LeaveLowPower()
/openbmc/linux/arch/sparc/kernel/
H A Dsmp_64.c357 int timeout, ret; in smp_boot_one_cpu() local
377 for (timeout = 0; timeout < 50000; timeout++) { in smp_boot_one_cpu()

1...<<101102103104105106107108109110>>...176