| /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/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/gpu/drm/panthor/ |
| H A D | panthor_gpu.c | 380 bool timedout = false; in panthor_gpu_soft_reset() local 398 timedout = true; in panthor_gpu_soft_reset() 404 if (timedout) { in panthor_gpu_soft_reset()
|
| H A D | panthor_fw.c | 1130 bool timedout = false; in panthor_fw_start() local 1142 timedout = true; in panthor_fw_start() 1145 if (timedout) { in panthor_fw_start()
|
| H A D | panthor_sched.c | 609 bool timedout; member 1086 !group->timedout; in group_can_run() 1773 group->timedout = true; in csg_slot_process_progress_timer_event_locked() 2178 else if (group->timedout) in group_term_post_processing() 2869 csg_slot->group->timedout = true; in panthor_sched_suspend() 3429 group->timedout = true; in queue_timedout_job() 3853 if (group->timedout) in panthor_group_get_state()
|
| /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/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/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()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_ioctl.h | 149 uint8_t timedout; member
|
| /linux/drivers/ntb/hw/epf/ |
| H A D | ntb_hw_epf.c | 130 bool timedout; in ntb_epf_send_command() local 140 timedout = ktime_after(ktime_get(), timeout); in ntb_epf_send_command() 151 if (WARN_ON(timedout)) { in ntb_epf_send_command()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 87 threads-timedout
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 81 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.c | 178 SPI_STATISTICS_SHOW(timedout); 1680 SPI_STATISTICS_INCREMENT_FIELD(statm, timedout); in spi_transfer_wait() 1681 SPI_STATISTICS_INCREMENT_FIELD(stats, timedout); in spi_transfer_wait()
|