| /linux/tools/memory-model/scripts/ |
| H A D | cmplitmushist.sh | 16 timedout=0 55 timedout=`expr "$timedout" + 1` 118 if test "$timedout" -ne 0 120 echo "!!!" Timed out: $timedout 1>&2
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | core.c | 589 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() 632 case UCODE_TIMEOUT: timedout++; break; in load_late_stop_cpus() 644 if (!failed && !timedout) in load_late_stop_cpus() 654 failed, timedout); in load_late_stop_cpus() 658 if (!is_safe || failed || timedout) in load_late_stop_cpus() 662 if (failed || timedout) { in load_late_stop_cpus() 588 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; load_late_stop_cpus() local
|
| /linux/arch/s390/kernel/diag/ |
| H A D | diag324.c | 114 ktime_t timedout; in pibwork_handler() local 117 timedout = ktime_add_ns(data->expire, PIBWORK_DELAY); in pibwork_handler() 118 if (ktime_before(ktime_get(), timedout)) { in pibwork_handler()
|
| /linux/drivers/staging/greybus/ |
| H A D | fw-download.c | 24 bool timedout; member 65 if (!fw_req->timedout) in fw_req_release() 139 fw_req->timedout = true; in fw_request_timedout() 154 fw_req->timedout = true; in exceeds_release_timeout()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_mm.c | 160 * 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 D | megaraid_ioctl.h | 149 uint8_t timedout; member
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | au1000_eth.c | 274 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()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ptp.c | 143 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()
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-milbeaut.c | 103 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_milbeaut_reset() local 108 if (timedout) { in sdhci_milbeaut_reset()
|
| H A D | sdhci-pci-o2micro.c | 92 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 D | sdhci-xenon-phy.c | 388 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 D | sdhci.c | 222 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_reset() local 226 if (timedout) { in sdhci_reset() 2018 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local 2023 if (timedout) { in sdhci_enable_clk() 2041 bool timedout = ktime_after(ktime_get(), timeout); in sdhci_enable_clk() local 2046 if (timedout) { in sdhci_enable_clk()
|
| /linux/drivers/ntb/hw/epf/ |
| H A D | ntb_hw_epf.c | 103 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()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 600 * @timedout: True when a timeout occurred on any of the queues owned by 609 bool timedout; 1085 !group->timedout; in group_can_run() 1773 group->timedout = true; in csg_slot_process_progress_timer_event_locked() 1998 drm_err(&ptdev->base, "CSG %d update request timedout", csg_id); in csgs_upd_ctx_apply_locked() 2178 else if (group->timedout) in group_term_post_processing() 2854 * group as unusable by setting timedout=true. in panthor_sched_suspend() 2856 csg_slot->group->timedout = true; in panthor_sched_suspend() 2872 /* Terminate command timedout, but the soft-reset will in panthor_sched_suspend() 3417 group->timedout in queue_timedout_job() 608 bool timedout; global() member [all...] |
| /linux/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 87 threads-timedout
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 54 * @timedout: number of timeouts during spi_transfer 79 u64_stats_t timedout; member
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | command_submission.c | 534 if (cs->timedout || hdev->timeout_jiffies == MAX_SCHEDULE_TIMEOUT) in cs_handle_tdr() 783 if (cs->timedout) in cs_do_release() 845 cs->timedout = true; in cs_timedout()
|
| /linux/drivers/spi/ |
| H A D | spi-mem.c | 372 u64_stats_inc(&stats->timedout); in spi_mem_add_op_stats()
|
| H A D | spi.c | 177 SPI_STATISTICS_SHOW(timedout); 1479 SPI_STATISTICS_INCREMENT_FIELD(statm, timedout); in spi_transfer_wait() 1480 SPI_STATISTICS_INCREMENT_FIELD(stats, timedout); in spi_transfer_wait()
|