Home
last modified time | relevance | path

Searched refs:timedout (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/tools/memory-model/scripts/
H A Dcmplitmushist.sh16 timedout=0
55 timedout=`expr "$timedout" + 1`
118 if test "$timedout" -ne 0
120 echo "!!!" Timed out: $timedout 1>&2
/openbmc/phosphor-webui/app/common/services/
H A DapiInterceptor.js42 $rootScope.$emit('timedout-user', {});
52 $rootScope.$emit('timedout-user', {});
/openbmc/linux/drivers/staging/greybus/
H A Dfw-download.c24 bool timedout; member
65 if (!fw_req->timedout) in fw_req_release()
140 fw_req->timedout = true; in fw_request_timedout()
155 fw_req->timedout = true; in exceeds_release_timeout()
/openbmc/phosphor-webui/app/
H A Dindex.js224 $rootScope.$on('timedout-user', function() {
225 console.log('timedout-user event triggered');
/openbmc/ipmitool/lib/
H A Dipmi_isol.c572 int timedout = 0; in ipmi_isol_red_pill() local
603 timedout = 0; in ipmi_isol_red_pill()
660 if ((++timedout) == 20) /* Every 10 seconds we send a keepalive */ in ipmi_isol_red_pill()
663 timedout = 0; in ipmi_isol_red_pill()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_mm.c195 if (!kioc->timedout) in mraid_mm_ioctl()
623 kioc->timedout = 0; in mraid_mm_alloc_kioc()
714 if (kioc->timedout) { in lld_ioctl()
751 if (kioc->timedout) { in ioctl_done()
767 kioc->timedout = 0; in ioctl_done()
790 kioc->timedout = 1; in lld_timedout()
H A Dmegaraid_ioctl.h149 uint8_t timedout; member
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c143 bool timedout; in qede_ptp_task() local
148 timedout = time_is_before_jiffies(ptp->ptp_tx_start + in qede_ptp_task()
156 if (unlikely(timedout)) { in qede_ptp_task()
/openbmc/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.c274 u32 timedout = 20; in au1000_mdio_read() local
279 if (--timedout == 0) { in au1000_mdio_read()
290 timedout = 20; in au1000_mdio_read()
293 if (--timedout == 0) { in au1000_mdio_read()
307 u32 timedout = 20; in au1000_mdio_write() local
312 if (--timedout == 0) { in au1000_mdio_write()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-milbeaut.c103 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_milbeaut_reset() local
108 if (timedout) { in sdhci_milbeaut_reset()
H A Dsdhci-of-esdhc.c610 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_clock_enable() local
614 if (timedout) { in esdhc_clock_enable()
635 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_flush_async_fifo() local
640 if (timedout) { in esdhc_flush_async_fifo()
731 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_of_set_clock() local
735 if (timedout) { in esdhc_of_set_clock()
H A Dsdhci-pci-o2micro.c92 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_o2_wait_card_detect_stable() local
99 if (timedout) { in sdhci_o2_wait_card_detect_stable()
130 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_o2_enable_internal_clock() local
135 if (timedout) { in sdhci_o2_enable_internal_clock()
H A Dsdhci-omap.c253 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_conf_bus_power() local
257 if (WARN_ON(timedout)) in sdhci_omap_conf_bus_power()
803 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_init_74_clocks() local
807 if (WARN_ON(timedout)) in sdhci_omap_init_74_clocks()
H A Dsdhci-xenon.c36 bool timedout = ktime_after(ktime_get(), timeout); in xenon_enable_internal_clk() local
41 if (timedout) { in xenon_enable_internal_clk()
H A Dsdhci-xenon-phy.c388 bool timedout = ktime_after(ktime_get(), timeout); in xenon_emmc_phy_enable_dll() local
393 if (timedout) { in xenon_emmc_phy_enable_dll()
H A Dsdhci.c220 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_reset() local
224 if (timedout) { in sdhci_reset()
1988 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local
1993 if (timedout) { in sdhci_enable_clk()
2011 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local
2016 if (timedout) { in sdhci_enable_clk()
/openbmc/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c103 bool timedout; in ntb_epf_send_command() local
113 timedout = ktime_after(ktime_get(), timeout); in ntb_epf_send_command()
124 if (WARN_ON(timedout)) { in ntb_epf_send_command()
/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_host_code_update.robot29 # Force the test to timedout to prevent test hanging.
H A Dtest_power_restore.robot181 ... Default MAX timedout is 10 min, interval 10 seconds.
H A Dredfish_bmc_code_update.robot29 # Force the test to timedout to prevent test hanging.
/openbmc/openbmc-test-automation/extended/
H A Dstandby_bmc.robot24 # Force the test to timedout to prevent test hanging.
/openbmc/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst87 threads-timedout
/openbmc/openbmc-test-automation/extended/code_update/
H A Dbmc_code_update.robot22 # Force the test to timedout to prevent test hanging.
/openbmc/linux/include/linux/spi/
H A Dspi.h71 u64_stats_t timedout; member
/openbmc/linux/drivers/scsi/arm/
H A Dfas216.c1190 goto timedout; in fas216_get_msg_byte()
1200 goto timedout; in fas216_get_msg_byte()
1212 timedout: in fas216_get_msg_byte()

12