Home
last modified time | relevance | path

Searched refs:timedout (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-xlr.c172 int pos, timedout; in xlr_i2c_tx() local
184 timedout = 0; in xlr_i2c_tx()
206 while (!timedout) { in xlr_i2c_tx()
216 timedout = time_after(checktime, stoptime); in xlr_i2c_tx()
219 if (timedout) in xlr_i2c_tx()
239 int nbytes, timedout; in xlr_i2c_rx() local
250 timedout = 0; in xlr_i2c_rx()
258 while (!timedout) { in xlr_i2c_rx()
272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
274 if (timedout) in xlr_i2c_rx()
[all...]
/kernel/linux/linux-5.10/drivers/staging/netlogic/
H A Dxlr_net.c600 int timedout; in xlr_phy_write() local
605 timedout = 0; in xlr_phy_write()
613 while (!timedout) { in xlr_phy_write()
617 timedout = time_after(checktime, stoptime); in xlr_phy_write()
619 if (timedout) { in xlr_phy_write()
630 int timedout; in xlr_phy_read() local
635 timedout = 0; in xlr_phy_read()
646 while (!timedout) { in xlr_phy_read()
650 timedout = time_after(checktime, stoptime); in xlr_phy_read()
652 if (timedout) { in xlr_phy_read()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmvmdio.c97 int timedout = 0; in orion_mdio_wait_ready() local
102 else if (timedout) in orion_mdio_wait_ready()
110 ++timedout; in orion_mdio_wait_ready()
121 ++timedout; in orion_mdio_wait_ready()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dfw-download.c24 bool timedout; member
57 * same firmware_id) for the old timedout fw-request. in fw_req_release()
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()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dfw-download.c24 bool timedout; member
57 * same firmware_id) for the old timedout fw-request. in fw_req_release()
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()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_mm.c160 * if any previous kioc had timedout on this controller. in mraid_mm_ioctl()
190 * release the kioc if and only if it was _not_ timedout. If it was in mraid_mm_ioctl()
191 * timedout, that means that resources are still with low level driver. in mraid_mm_ioctl()
195 if (!kioc->timedout) in mraid_mm_ioctl()
623 kioc->timedout = 0; in mraid_mm_alloc_kioc()
702 * call, the ioctl either completed successfully or timedout. in lld_ioctl()
711 * If the command had timedout, we mark the controller offline in lld_ioctl()
714 if (kioc->timedout) { in lld_ioctl()
747 * Check if this kioc was timedout before. If so, nobody is waiting in ioctl_done()
751 if (kioc->timedout) { in ioctl_done()
[all...]
H A Dmegaraid_ioctl.h149 uint8_t timedout; member
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_mm.c160 * if any previous kioc had timedout on this controller. in mraid_mm_ioctl()
190 * release the kioc if and only if it was _not_ timedout. If it was in mraid_mm_ioctl()
191 * timedout, that means that resources are still with low level driver. in mraid_mm_ioctl()
195 if (!kioc->timedout) in mraid_mm_ioctl()
623 kioc->timedout = 0; in mraid_mm_alloc_kioc()
702 * call, the ioctl either completed successfully or timedout. in lld_ioctl()
711 * If the command had timedout, we mark the controller offline in lld_ioctl()
714 if (kioc->timedout) { in lld_ioctl()
747 * Check if this kioc was timedout before. If so, nobody is waiting in ioctl_done()
751 if (kioc->timedout) { in ioctl_done()
[all...]
H A Dmegaraid_ioctl.h149 uint8_t timedout; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c140 bool timedout; in qede_ptp_task() local
145 timedout = time_is_before_jiffies(ptp->ptp_tx_start + in qede_ptp_task()
153 if (unlikely(timedout)) { in qede_ptp_task()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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.c603 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_clock_enable() local
607 if (timedout) { in esdhc_clock_enable()
628 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_flush_async_fifo() local
633 if (timedout) { in esdhc_flush_async_fifo()
724 bool timedout = ktime_after(ktime_get(), timeout); in esdhc_of_set_clock() local
728 if (timedout) { in esdhc_of_set_clock()
H A Dsdhci-pci-o2micro.c82 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_o2_wait_card_detect_stable() local
89 if (timedout) { in sdhci_o2_wait_card_detect_stable()
120 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_o2_enable_internal_clock() local
125 if (timedout) { in sdhci_o2_enable_internal_clock()
H A Dsdhci-xenon.c35 bool timedout = ktime_after(ktime_get(), timeout); in xenon_enable_internal_clk() local
40 if (timedout) { in xenon_enable_internal_clk()
H A Dsdhci-omap.c226 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_conf_bus_power() local
230 if (WARN_ON(timedout)) in sdhci_omap_conf_bus_power()
756 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_omap_init_74_clocks() local
760 if (WARN_ON(timedout)) in sdhci_omap_init_74_clocks()
H A Dsdhci-xenon-phy.c358 bool timedout = ktime_after(ktime_get(), timeout); in xenon_emmc_phy_enable_dll() local
363 if (timedout) { in xenon_emmc_phy_enable_dll()
/kernel/linux/linux-6.6/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-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-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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 27 milliseconds

12