/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 | 534 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local 566 case UCODE_TIMEOUT: timedout++; break; in load_late_stop_cpus() 578 if (!failed && !timedout) in load_late_stop_cpus() 588 failed, timedout); in load_late_stop_cpus() 592 if (!is_safe || failed || timedout) in load_late_stop_cpus() 596 if (failed || timedout) { in load_late_stop_cpus()
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_gpu.c | 393 bool timedout = false; in panthor_gpu_flush_caches() local 410 timedout = true; in panthor_gpu_flush_caches() 416 if (timedout) { in panthor_gpu_flush_caches() 432 bool timedout = false; in panthor_gpu_soft_reset() local 450 timedout = true; in panthor_gpu_soft_reset() 456 if (timedout) { in panthor_gpu_soft_reset()
|
H A D | panthor_fw.c | 1028 bool timedout = false; in panthor_fw_start() local 1039 timedout = true; in panthor_fw_start() 1042 if (timedout) { in panthor_fw_start()
|
H A D | panthor_sched.c | 611 bool timedout; member 1640 group->timedout = true; in csg_slot_process_progress_timer_event_locked() 1911 !group->timedout; in group_can_run() 2070 else if (group->timedout) in group_term_post_processing() 2712 csg_slot->group->timedout = true; in panthor_sched_suspend() 3228 group->timedout = true; in queue_timedout_job() 3583 if (group->timedout) in panthor_group_get_state()
|
/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/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/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/mmc/host/ |
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/Documentation/filesystems/nfs/ |
H A D | knfsd-stats.rst | 87 threads-timedout
|
/linux/include/linux/spi/ |
H A D | spi.h | 74 u64_stats_t timedout; member
|
/linux/drivers/scsi/arm/ |
H A D | fas216.c | 1190 goto timedout; in fas216_get_msg_byte() 1200 goto timedout; in fas216_get_msg_byte() 1212 timedout: in fas216_get_msg_byte()
|
/linux/fs/nilfs2/ |
H A D | segment.c | 2641 bool timedout, ret = true; in nilfs_log_write_required() 2644 timedout = ((sci->sc_state & NILFS_SEGCTOR_COMMIT) && in nilfs_log_write_required() 2646 if (timedout || sci->sc_seq_request != sci->sc_seq_done) in nilfs_log_write_required() 2642 bool timedout, ret = true; nilfs_log_write_required() local
|
/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()
|
H A D | habanalabs.h | 2070 u8 timedout; member
|