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

/linux-master/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
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c539 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; local
571 case UCODE_TIMEOUT: timedout++; break;
583 if (!failed && !timedout)
593 failed, timedout);
597 if (!is_safe || failed || timedout)
601 if (failed || timedout) {
/linux-master/drivers/staging/greybus/
H A Dfw-download.c24 bool timedout; member in struct:fw_request
57 * same firmware_id) for the old timedout fw-request.
65 if (!fw_req->timedout)
139 fw_req->timedout = true;
154 fw_req->timedout = true;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c143 bool timedout; local
148 timedout = time_is_before_jiffies(ptp->ptp_tx_start +
156 if (unlikely(timedout)) {
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h149 uint8_t timedout; member in struct:uioc
H A Dmegaraid_mm.c160 * if any previous kioc had timedout on this controller.
190 * release the kioc if and only if it was _not_ timedout. If it was
191 * timedout, that means that resources are still with low level driver.
195 if (!kioc->timedout)
623 kioc->timedout = 0;
702 * call, the ioctl either completed successfully or timedout.
711 * If the command had timedout, we mark the controller offline
714 if (kioc->timedout) {
747 * Check if this kioc was timedout before. If so, nobody is waiting
751 if (kioc->timedout) {
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-milbeaut.c103 bool timedout = ktime_after(ktime_get(), timeout); local
108 if (timedout) {
H A Dsdhci-of-esdhc.c610 bool timedout = ktime_after(ktime_get(), timeout); local
614 if (timedout) {
635 bool timedout = ktime_after(ktime_get(), timeout); local
640 if (timedout) {
731 bool timedout = ktime_after(ktime_get(), timeout); local
735 if (timedout) {
H A Dsdhci-pci-o2micro.c92 bool timedout = ktime_after(ktime_get(), timeout); local
99 if (timedout) {
130 bool timedout = ktime_after(ktime_get(), timeout); local
135 if (timedout) {
H A Dsdhci-xenon.c38 bool timedout = ktime_after(ktime_get(), timeout); local
43 if (timedout) {
H A Dsdhci-xenon-phy.c388 bool timedout = ktime_after(ktime_get(), timeout); local
393 if (timedout) {
H A Dsdhci-omap.c253 bool timedout = ktime_after(ktime_get(), timeout); local
257 if (WARN_ON(timedout))
803 bool timedout = ktime_after(ktime_get(), timeout); local
807 if (WARN_ON(timedout))
H A Dsdhci.c220 bool timedout = ktime_after(ktime_get(), timeout); local
224 if (timedout) {
1988 bool timedout = ktime_after(ktime_get(), timeout); local
1993 if (timedout) {
2011 bool timedout = ktime_after(ktime_get(), timeout); local
2016 if (timedout) {
/linux-master/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c103 bool timedout; local
113 timedout = ktime_after(ktime_get(), timeout);
124 if (WARN_ON(timedout)) {
/linux-master/drivers/net/ethernet/amd/
H A Dau1000_eth.c274 u32 timedout = 20; local
279 if (--timedout == 0) {
290 timedout = 20;
293 if (--timedout == 0) {
307 u32 timedout = 20; local
312 if (--timedout == 0) {
/linux-master/include/linux/spi/
H A Dspi.h49 * @timedout: number of timeouts during spi_transfer
74 u64_stats_t timedout; member in struct:spi_statistics
/linux-master/drivers/scsi/arm/
H A Dfas216.c1190 goto timedout;
1200 goto timedout;
1212 timedout:
/linux-master/drivers/spi/
H A Dspi-mem.c335 u64_stats_inc(&stats->timedout);
H A Dspi.c184 SPI_STATISTICS_SHOW(timedout); variable
1472 SPI_STATISTICS_INCREMENT_FIELD(statm, timedout);
1473 SPI_STATISTICS_INCREMENT_FIELD(stats, timedout);
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c531 /* Don't cancel TDR in case this CS was timedout because we might be
534 if (cs->timedout || hdev->timeout_jiffies == MAX_SCHEDULE_TIMEOUT)
783 if (cs->timedout)
845 cs->timedout = true;
1712 * If we timedout, or if the device is not IDLE
H A Dhabanalabs.h1559 * @send_cpu_message: send message to F/W. If the message is timedout, the
2011 * @timedout : true if CS was timedout.
2050 u8 timedout; member in struct:hl_cs

Completed in 301 milliseconds