/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 4136 if (np->settle_time && scsi_cmd_to_rq(cmd)->timeout >= HZ) { in ncr_queue_command() 4137 u_long tlimit = jiffies + scsi_cmd_to_rq(cmd)->timeout - HZ; in ncr_queue_command()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 3129 long timeout = 10000; in kvmppc_grab_hwthread() local 3151 if (--timeout <= 0) { in kvmppc_grab_hwthread()
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/ |
H A D | platform.S | 266 ldr r0, =0x1e6c0090 @ Check ISR for Timer3 timeout
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-record.txt | 526 --proc-map-timeout::
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.c | 73 dev->mt76.mcu.timeout = 20 * HZ; in mt7615_mcu_fill_msg()
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_main.c | 82 unsigned long timeout) in rocker_wait_event_timeout() argument
|
/openbmc/linux/Documentation/scsi/ |
H A D | sym53c8xx_2.rst | 1048 | | | | ----timeout (lsb/msb)
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 1833 bool enabled, int timeout) in cfg80211_rtw_set_power_mgmt() argument
|
/openbmc/linux/drivers/of/ |
H A D | unittest.c | 2637 adap->timeout = 5 * HZ; in unittest_i2c_bus_probe()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 3627 u32 timeout; member
|
/openbmc/linux/drivers/md/ |
H A D | raid5-cache.c | 3133 thread->timeout = R5C_RECLAIM_WAKEUP_INTERVAL; in r5l_init_log()
|
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 3983 unsigned long timeout; in scu_command() local 4048 timeout = jiffies + msecs_to_jiffies(DRXJ_MAX_WAITTIME); in scu_command() 4049 while (time_is_after_jiffies(timeout)) { in scu_command()
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1240 def pollWifi(self, dev, timeout=10): argument 1242 while (time.time() - start) < timeout: 1248 return '%s timeout %d' % (self.wifiDetails(dev), timeout)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 1448 - b = threading.Barrier(2, timeout=1) 3359 + b = threading.Barrier(2, timeout=1)
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 89 const unsigned long timeout = jiffies + msecs_to_jiffies(50); in mv88e6xxx_wait_mask() local 98 for (i = 0; time_before(jiffies, timeout) || (i < 2); i++) { in mv88e6xxx_wait_mask()
|
/openbmc/linux/net/mac80211/ |
H A D | tx.c | 3769 if (tid_tx->timeout) in ieee80211_xmit_fast() 4618 if (tid_tx->timeout) in ieee80211_8023_xmit()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 324 unsigned long timeout = jiffies + msecs_to_jiffies(DP_MON_PURGE_TIMEOUT_MS); in ath11k_dp_purge_mon_ring() local 336 } while (time_before(jiffies, timeout)); in ath11k_dp_purge_mon_ring()
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 626 " [,splash=sp_name][,splash-time=sp_time][,reboot-timeout=rb_time][,strict=on|off]\n" 630 " 'rb_timeout': the timeout before guest reboot when boot failed, unit is ms\n", 633 …nce=drives][,menu=on|off][,splash=sp_name][,splash-time=sp_time][,reboot-timeout=rb_timeout][,stri… 655 A timeout could be passed to bios, guest will pause for rb\_timeout 2019 " [,timeout=timeout]\n" 3874 ``reconnect`` sets the timeout for reconnecting on non-server
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mbox_protocol.md | 477 The suggested timeout is a hint to the host as to how long
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 1307 u8 timeout; member
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | core.c | 3621 INIT_DELAYED_WORK(&ar->scan.timeout, ath10k_scan_timeout_work); in ath10k_core_create()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon.h | 393 long radeon_fence_wait_timeout(struct radeon_fence *fence, bool interruptible, long timeout);
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_chardev.c | 896 &args->timeout, &args->wait_result); in kfd_ioctl_wait_events()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.js | 6 …1,u&&f.trigger("ajaxSend",[T,c]),c.async&&c.timeout>0&&(s=setTimeout(function(){T.abort("timeout")…
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 2118 for (i = 0; i < private->conf.gneq->timeout.value; i++) in dasd_eckd_check_characteristics() 2120 value = value * private->conf.gneq->timeout.number; in dasd_eckd_check_characteristics()
|