| /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/scsi/megaraid/ |
| H A D | megaraid_mm.c | 195 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 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()
|
| /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 | 608 bool timedout; member 1085 !group->timedout; in group_can_run() 1773 group->timedout = true; in csg_slot_process_progress_timer_event_locked() 2176 else if (group->timedout) in group_term_post_processing() 2853 csg_slot->group->timedout = true; in panthor_sched_suspend() 3414 group->timedout = true; in queue_timedout_job() 3839 if (group->timedout) in panthor_group_get_state()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 87 threads-timedout
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 79 u64_stats_t timedout; member
|
| /linux/fs/nilfs2/ |
| H A D | segment.c | 2625 bool timedout, ret = true; in nilfs_log_write_required() local 2628 timedout = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) && in nilfs_log_write_required() 2630 if (timedout || sci->sc_seq_request != sci->sc_seq_done) in nilfs_log_write_required()
|
| /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 | 365 u64_stats_inc(&stats->timedout); in spi_mem_add_op_stats()
|
| H A D | spi.c | 185 SPI_STATISTICS_SHOW(timedout); 1470 SPI_STATISTICS_INCREMENT_FIELD(statm, timedout); in spi_transfer_wait() 1471 SPI_STATISTICS_INCREMENT_FIELD(stats, timedout); in spi_transfer_wait()
|