/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-kizbox.dts | 172 timeout-sec = <15>;
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-longcheer-l8910.dts | 36 flash-max-timeout-us = <250000>;
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs.h | 142 int ksmbd_vfs_posix_lock_wait_timeout(struct file_lock *flock, long timeout);
|
/openbmc/openbmc-test-automation/systest/ |
H A D | network_stability_test.robot | 73 ... /xyz/openbmc_project/inventory/enumerate timeout=${20} quiet=${1}
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | tach_sensor.hpp | 112 bool ignoreAboveMax, size_t timeout,
|
/openbmc/obmc-console/ |
H A D | console-server.h | 174 struct timeval timeout; member
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | acevents.h | 53 acpi_ev_acquire_global_lock(u16 timeout))
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | stm32_fmc2_nand.c | 847 unsigned long timeout = msecs_to_jiffies(FMC2_TIMEOUT_MS); in stm32_fmc2_nfc_xfer() local 928 if (!wait_for_completion_timeout(&nfc->complete, timeout)) { in stm32_fmc2_nfc_xfer() 939 if (!wait_for_completion_timeout(&nfc->dma_data_complete, timeout)) { in stm32_fmc2_nfc_xfer() 948 timeout)) { in stm32_fmc2_nfc_xfer() 1304 unsigned int op_id, i, timeout; in stm32_fmc2_nfc_exec_op() local 1342 timeout = instr->ctx.waitrdy.timeout_ms; in stm32_fmc2_nfc_exec_op() 1343 ret = stm32_fmc2_nfc_waitrdy(chip, timeout); in stm32_fmc2_nfc_exec_op()
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isp.c | 759 unsigned long timeout = jiffies + ISP_STOP_TIMEOUT; in isp_pipeline_wait() local 761 while (!time_after(jiffies, timeout)) { in isp_pipeline_wait() 984 unsigned long timeout; in isp_suspend_modules() local 995 timeout = jiffies + ISP_STOP_TIMEOUT; in isp_suspend_modules() 1002 if (time_after(jiffies, timeout)) { in isp_suspend_modules() 1034 unsigned long timeout = 0; in isp_reset() local 1042 if (timeout++ > 10000) { in isp_reset()
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 1746 __le16 timeout; /*12h */ member 1860 __le16 timeout; /*12h */ member 1889 __le16 timeout; /*12h */ member 1912 __le16 timeout; /*12h */ member 1967 __le16 timeout; /*12h */ member 1994 __le16 timeout; /*12h */ member 2716 struct megasas_cmd *cmd, int timeout);
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 2170 long timeout; in n_tty_read() local 2223 timeout = MAX_SCHEDULE_TIMEOUT; in n_tty_read() 2229 timeout = (HZ / 10) * TIME_CHAR(tty); in n_tty_read() 2270 if (!timeout) in n_tty_read() 2282 timeout = wait_woken(&wait, TASK_INTERRUPTIBLE, in n_tty_read() 2283 timeout); in n_tty_read() 2322 timeout = time; in n_tty_read()
|
/openbmc/linux/net/bluetooth/ |
H A D | iso.c | 125 static void iso_sock_set_timer(struct sock *sk, long timeout) in iso_sock_set_timer() argument 130 BT_DBG("sock %p state %d timeout %ld", sk, sk->sk_state, timeout); in iso_sock_set_timer() 132 schedule_delayed_work(&iso_pi(sk)->conn->timeout_work, timeout); in iso_sock_set_timer() 776 .timeout = BT_ISO_SYNC_TIMEOUT, 1345 if (!qos->bcast.timeout) in check_bcast_qos() 1348 if (qos->bcast.timeout < 0x000a || qos->bcast.timeout > 0x4000) in check_bcast_qos()
|
/openbmc/linux/drivers/accel/qaic/ |
H A D | qaic_data.c | 1655 unsigned long timeout; in qaic_wait_bo_ioctl() local 1698 timeout = args->timeout ? args->timeout : wait_exec_default_timeout_ms; in qaic_wait_bo_ioctl() 1699 timeout = msecs_to_jiffies(timeout); in qaic_wait_bo_ioctl() 1700 ret = wait_for_completion_interruptible_timeout(&bo->xfer_done, timeout); in qaic_wait_bo_ioctl()
|
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hw.c | 295 int done = 0, timeout = 0; in netxen_pcie_sem_lock() local 301 if (++timeout >= NETXEN_PCIE_SEM_TIMEOUT) in netxen_pcie_sem_lock() 1939 unsigned long timeout, timeout_jiffies; in netxen_md_cntrl() local 1981 timeout = crtEntry->poll_timeout; in netxen_md_cntrl() 1986 msecs_to_jiffies(timeout) + jiffies; in netxen_md_cntrl() 2153 unsigned long timeout, timeout_jiffies; in netxen_md_L2Cache() local 2169 timeout = cacheEntry->poll_wait; in netxen_md_L2Cache() 2172 timeout_jiffies = msecs_to_jiffies(timeout) + jiffies; in netxen_md_L2Cache()
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 1620 *header_digest, *timeout; in iscsi_parse_iscsi_option() local 1664 timeout = qemu_opt_get(opts, "timeout"); in iscsi_parse_iscsi_option() 1665 if (timeout) { in iscsi_parse_iscsi_option() 1666 qdict_set_default_str(options, "timeout", timeout); in iscsi_parse_iscsi_option() 1810 int i, ret = 0, timeout = 0, lun; in iscsi_open() local 1889 timeout = qemu_opt_get_number(opts, "timeout", 0); in iscsi_open() 1891 iscsi_set_timeout(iscsi, timeout); in iscsi_open() 1893 if (timeout) { in iscsi_open()
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_type.h | 430 struct fm10k_hw_stat timeout; member 431 #define stats_idx timeout.base_h
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | knfsd-stats.rst | 88 Counts how many times an nfsd thread triggered an idle timeout, 99 slow; the idle timeout is 60 minutes. Unless the NFS workload
|
/openbmc/u-boot/include/ |
H A D | usb.h | 261 void *data, unsigned short size, int timeout); 263 void *data, int len, int *actual_length, int timeout);
|
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ |
H A D | umc-pxs2.c | 318 int timeout = 50000; /* 50 msec is long enough */ in __ddrphy_training() local 333 if (--timeout < 0) { in __ddrphy_training()
|
/openbmc/u-boot/drivers/net/ |
H A D | xilinx_emaclite.c | 151 bool set, unsigned int timeout) in wait_for_bit() argument 165 if (get_timer(start) > timeout) in wait_for_bit()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-370-xp.dtsi | 177 timeout-ms = <1000>; 187 timeout-ms = <1000>;
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils.h | 150 u32 timeout; member 171 u32 timeout; member
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | aspeed_usbtty.c | 165 int timeout = 2000; // 2ms in udc_endpoint_write() local 199 if (timeout-- == 0) in udc_endpoint_write()
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-efi.py | 88 grubefi_conf += "timeout=%s\n" % bootloader.timeout 141 loader_conf += "timeout %d\n" % bootloader.timeout
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | 536 unsigned long timeout = jiffies + (HZ * PNV_OCXL_ATSD_TIMEOUT); in pnv_ocxl_tlb_invalidate() local 588 if (time_after_eq(jiffies, timeout)) { in pnv_ocxl_tlb_invalidate()
|