/openbmc/u-boot/common/ |
H A D | usb_storage.c | 650 int timeout; in usb_stor_CBI_get_status() local 655 timeout = 1000; in usb_stor_CBI_get_status() 656 while (timeout--) { in usb_stor_CBI_get_status()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 837 int timeout = 6; /* 3 seconds */ in wait_for_scan() local 851 while (timeout--) { in wait_for_scan() 862 return timeout == -1; in wait_for_scan()
|
/openbmc/linux/drivers/net/ethernet/wiznet/ |
H A D | w5100.c | 574 unsigned long timeout; in w5100_command() local 578 timeout = jiffies + msecs_to_jiffies(100); in w5100_command() 581 if (time_after(jiffies, timeout)) in w5100_command()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tx.c | 93 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3); in iwlagn_tx_cmd_build_basic() 95 tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2); in iwlagn_tx_cmd_build_basic() 97 tx_cmd->timeout.pm_frame_timeout = 0; in iwlagn_tx_cmd_build_basic()
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 687 u16 enable, period, timeout, mcast; in orinoco_ioctl_getpower() local 704 HERMES_RID_CNFPMHOLDOVERDURATION, &timeout); in orinoco_ioctl_getpower() 717 prq->value = timeout * 1000; in orinoco_ioctl_getpower()
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 688 enum dmx_ts_pes pes_type, ktime_t timeout) in dmx_ts_feed_set() argument 718 feed->timeout = timeout; in dmx_ts_feed_set()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_labpc_common.c | 772 const int timeout = 10000; in labpc_drain_fifo() local 777 for (i = 0; (devpriv->stat1 & STAT1_DAVAIL) && i < timeout; in labpc_drain_fifo() 789 if (i == timeout) { in labpc_drain_fifo()
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_msg.c | 1279 unsigned long timeout, start_time; in bcm_vk_release() local 1290 timeout = start_time + msecs_to_jiffies(BCM_VK_DMA_DRAIN_MAX_MS); in bcm_vk_release() 1292 if (time_after(jiffies, timeout)) { in bcm_vk_release()
|
/openbmc/linux/drivers/misc/ |
H A D | bh1770glc.c | 683 long timeout; in bh1770_lux_result_show() local 688 timeout = wait_event_interruptible_timeout(chip->wait, in bh1770_lux_result_show() 691 if (!timeout) in bh1770_lux_result_show()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_devlink.c | 559 unsigned long timeout = start + BNXT_DFLT_FW_RST_MAX_DSECS * HZ / 10; in bnxt_dl_reload_up() local 564 timeout = start + bp->fw_health->normal_func_wait_dsecs * HZ / 10; in bnxt_dl_reload_up() 570 if (time_after(jiffies, timeout)) { in bnxt_dl_reload_up()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | dma-buf.rst | 245 in-kernel DMA fences does not work, even when a fallback timeout is included to 276 randomly hangs workloads until the timeout kicks in. Workloads, which from 285 with or without a timeout.
|
/openbmc/linux/drivers/dma/ |
H A D | sprd-dma.c | 343 u32 pause, timeout = SPRD_DMA_PAUSE_CNT; in sprd_dma_pause_resume() local 355 } while (--timeout > 0); in sprd_dma_pause_resume() 357 if (!timeout) in sprd_dma_pause_resume()
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-mt9m114.c | 51 static int mt9m114_wait_state(struct i2c_client *client, int timeout); 416 static int mt9m114_wait_state(struct i2c_client *client, int timeout) in mt9m114_wait_state() argument 421 while (timeout-- > 0) { in mt9m114_wait_state()
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi.h | 298 __le32 timeout; member 473 __le16 timeout; member 1631 __le32 timeout; member
|
/openbmc/linux/Documentation/target/ |
H A D | tcmu-design.rst | 264 - TCMU will post commands, and then abort them after a timeout period 270 devices. Command ring is preserved. However, after the timeout period, 275 - The kernel will abort pending tasks after a timeout period.
|
/openbmc/linux/net/bluetooth/ |
H A D | sco.c | 107 static void sco_sock_set_timer(struct sock *sk, long timeout) in sco_sock_set_timer() argument 112 BT_DBG("sock %p state %d timeout %ld", sk, sk->sk_state, timeout); in sco_sock_set_timer() 114 schedule_delayed_work(&sco_pi(sk)->conn->timeout_work, timeout); in sco_sock_set_timer()
|
/openbmc/linux/drivers/thermal/qcom/ |
H A D | tsens.c | 786 unsigned long timeout; in get_temp_common() local 788 timeout = jiffies + usecs_to_jiffies(TIMEOUT_US); in get_temp_common() 805 } while (time_before(jiffies, timeout)); in get_temp_common()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | jpeg_v4_0_3.c | 182 uint32_t tmp, timeout; in jpeg_v4_0_3_start_sriov() local 261 timeout = 1000; in jpeg_v4_0_3_start_sriov() 273 if (tmp >= timeout) { in jpeg_v4_0_3_start_sriov()
|
/openbmc/qemu/hw/scsi/ |
H A D | spapr_vscsi.c | 197 req->crq.s.timeout = cpu_to_be16(0x0000); in vscsi_send_iu() 1137 crq.s.timeout = be16_to_cpu(crq.s.timeout); in vscsi_do_crq()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 346 unsigned long timeout = (CONFIG_SYS_HZ * in sunxi_nfc_wait_cmd_fifo_empty() local 354 } while (get_timer(time_start) < timeout); in sunxi_nfc_wait_cmd_fifo_empty() 362 unsigned long timeout = (CONFIG_SYS_HZ * in sunxi_nfc_rst() local 373 } while (get_timer(time_start) < timeout); in sunxi_nfc_rst()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 388 self._p.wait(timeout=1) 730 signal.signal(signal.SIGALRM, self.timeout) 738 def timeout(self, signum, frame): member in Timeout 1008 ev = filter_qmp_event(self.events_wait(events, timeout=wait))
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs-mount-control.rst | 18 expire timeout and requesting expire checks. As is explained below, 192 struct args_timeout timeout; 327 Set the expire timeout for mounts within an autofs mount point. 359 addition an immediate expire that's independent of the mount timeout,
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8904.c | 701 int timeout; in out_pga_event() local 769 timeout = 20; in out_pga_event() 776 timeout = 500; in out_pga_event() 787 } while (--timeout); in out_pga_event()
|
/openbmc/linux/drivers/scsi/ |
H A D | 3w-sas.c | 717 long timeout; in twl_chrdev_ioctl() local 786 timeout = TW_IOCTL_CHRDEV_TIMEOUT*HZ; in twl_chrdev_ioctl() 789 …timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FR… in twl_chrdev_ioctl()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-ds1307.c | 895 regs[1] = bin2bcd(wdt_dev->timeout); in ds1388_wdt_start() 930 wdt_dev->timeout = val; in ds1388_wdt_set_timeout() 932 regs[1] = bin2bcd(wdt_dev->timeout); in ds1388_wdt_set_timeout() 1696 wdt->timeout = 99; in ds1307_wdt_register()
|