Home
last modified time | relevance | path

Searched refs:end_time (Results 1 – 25 of 26) sorted by relevance

12

/drivers/gpu/drm/i915/gt/
Dselftest_timeline.c289 unsigned long end_time, count; in bench_sync() local
304 end_time = jiffies + HZ/10; in bench_sync()
312 } while (!time_after(jiffies, end_time)); in bench_sync()
322 end_time = jiffies + HZ/10; in bench_sync()
328 } while (!time_after(jiffies, end_time)); in bench_sync()
336 end_time = count; in bench_sync()
338 while (end_time--) { in bench_sync()
360 end_time = jiffies + HZ/10; in bench_sync()
363 } while (!time_after(jiffies, end_time)); in bench_sync()
369 end_time = count; in bench_sync()
[all …]
Dselftest_gt_pm.c144 IGT_TIMEOUT(end_time); in live_gt_resume()
176 } while (!__igt_timeout(end_time, NULL)); in live_gt_resume()
Dselftest_hangcheck.c368 IGT_TIMEOUT(end_time); in igt_reset_nop()
426 } while (time_before(jiffies, end_time)); in igt_reset_nop()
452 IGT_TIMEOUT(end_time); in igt_reset_nop_engine()
530 } while (time_before(jiffies, end_time)); in igt_reset_nop_engine()
571 IGT_TIMEOUT(end_time); in igt_reset_fail_engine()
678 } while (err == 0 && time_before(jiffies, end_time)); in igt_reset_fail_engine()
718 IGT_TIMEOUT(end_time); in __igt_reset_engine()
826 } while (time_before(jiffies, end_time)); in __igt_reset_engine()
1003 IGT_TIMEOUT(end_time); in __igt_reset_engines()
1173 } while (time_before(jiffies, end_time)); in __igt_reset_engines()
[all …]
Dselftest_execlists.c2976 IGT_TIMEOUT(end_time); in live_preempt_gang()
2997 !__igt_timeout(end_time, NULL)); in live_preempt_gang()
3545 IGT_TIMEOUT(end_time); in smoke_crescendo_work()
3558 !__igt_timeout(end_time, NULL)); in smoke_crescendo_work()
3620 IGT_TIMEOUT(end_time); in smoke_random()
3637 } while (count < smoke->ncontext && !__igt_timeout(end_time, NULL)); in smoke_random()
3727 IGT_TIMEOUT(end_time); in nop_virtual_engine()
3822 if (__igt_timeout(end_time, NULL)) in nop_virtual_engine()
Dselftest_lrc.c1747 IGT_TIMEOUT(end_time); in __live_pphwsp_runtime()
1773 if (__igt_timeout(end_time, NULL)) in __live_pphwsp_runtime()
/drivers/gpu/drm/i915/selftests/
Di915_gem_gtt.c238 unsigned long end_time) in lowlevel_hole() argument
305 if (igt_timeout(end_time, in lowlevel_hole()
397 unsigned long end_time) in fill_hole() argument
588 if (igt_timeout(end_time, "%s timed out (npages=%lu, prime=%lu)\n", in fill_hole()
608 unsigned long end_time) in walk_hole() argument
667 if (igt_timeout(end_time, in walk_hole()
688 unsigned long end_time) in pot_hole() argument
745 if (igt_timeout(end_time, in pot_hole()
760 unsigned long end_time) in drunk_hole() argument
844 if (igt_timeout(end_time, in drunk_hole()
[all …]
Di915_syncmap.c205 IGT_TIMEOUT(end_time); in igt_syncmap_one()
231 } while (!__igt_timeout(end_time, NULL)); in igt_syncmap_one()
403 IGT_TIMEOUT(end_time); in igt_syncmap_neighbours()
441 } while (!__igt_timeout(end_time, NULL)); in igt_syncmap_neighbours()
545 IGT_TIMEOUT(end_time); in igt_syncmap_random()
597 } while (!__igt_timeout(end_time, NULL)); in igt_syncmap_random()
Dscatterlist.c276 IGT_TIMEOUT(end_time); in igt_sg_alloc()
306 end_time); in igt_sg_alloc()
323 IGT_TIMEOUT(end_time); in igt_sg_trim()
356 end_time); in igt_sg_trim()
Di915_request.c571 IGT_TIMEOUT(end_time); in live_nop_request()
614 if (__igt_timeout(end_time, NULL)) in live_nop_request()
923 IGT_TIMEOUT(end_time); in live_empty_request()
961 if (__igt_timeout(end_time, NULL)) in live_empty_request()
1326 IGT_TIMEOUT(end_time); in __live_parallel_engine1()
1352 } while (!__igt_timeout(end_time, NULL)); in __live_parallel_engine1()
1364 IGT_TIMEOUT(end_time); in __live_parallel_engineN()
1381 } while (!__igt_timeout(end_time, NULL)); in __live_parallel_engineN()
2589 IGT_TIMEOUT(end_time); in s_sync0()
2614 } while (!__igt_timeout(end_time, NULL)); in s_sync0()
[all …]
Dintel_memory_region.c561 IGT_TIMEOUT(end_time); in igt_gpu_write()
618 } while (!__igt_timeout(end_time, NULL)); in igt_gpu_write()
711 IGT_TIMEOUT(end_time); in igt_lmem_create_cleared_cpu()
782 } while (!__igt_timeout(end_time, NULL)); in igt_lmem_create_cleared_cpu()
857 IGT_TIMEOUT(end_time); in igt_lmem_write_cpu()
963 } while (!__igt_timeout(end_time, NULL)); in igt_lmem_write_cpu()
Di915_buddy.c301 IGT_TIMEOUT(end_time); in igt_buddy_alloc_smoke()
372 if (__igt_timeout(end_time, NULL)) { in igt_buddy_alloc_smoke()
Di915_vma.c156 IGT_TIMEOUT(end_time); in igt_vma_create()
189 if (igt_timeout(end_time, in igt_vma_create()
/drivers/net/ethernet/pensando/ionic/
Dionic_fw.c70 unsigned long end_time; in ionic_fw_status_long_wait() local
74 end_time = start_time + (timeout * HZ); in ionic_fw_status_long_wait()
82 } while (time_before(jiffies, end_time) && (err == -EAGAIN || err == -ETIMEDOUT)); in ionic_fw_status_long_wait()
/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c78 unsigned long end_time, prime; in live_nop_switch() local
115 end_time = jiffies + i915_selftest.timeout_jiffies; in live_nop_switch()
165 if (__igt_timeout(end_time, NULL)) in live_nop_switch()
195 IGT_TIMEOUT(end_time); in __live_parallel_switch1()
234 } while (!arg->result && !__igt_timeout(end_time, NULL)); in __live_parallel_switch1()
245 IGT_TIMEOUT(end_time); in __live_parallel_switchN()
274 } while (!arg->result && !__igt_timeout(end_time, NULL)); in __live_parallel_switchN()
678 IGT_TIMEOUT(end_time); in igt_ctx_exec()
699 while (!time_after(jiffies, end_time)) { in igt_ctx_exec()
823 IGT_TIMEOUT(end_time); in igt_shared_ctx_exec()
[all …]
Dhuge_pages.c573 IGT_TIMEOUT(end_time); in igt_mock_ppgtt_misaligned_dma()
650 if (igt_timeout(end_time, in igt_mock_ppgtt_misaligned_dma()
698 IGT_TIMEOUT(end_time); in igt_mock_ppgtt_huge_fill()
795 if (igt_timeout(end_time, in igt_mock_ppgtt_huge_fill()
1122 IGT_TIMEOUT(end_time); in igt_write_huge()
1203 if (igt_timeout(end_time, in igt_write_huge()
Di915_gem_mman.c174 unsigned long end_time) in check_partial_mappings() argument
264 if (igt_timeout(end_time, in check_partial_mappings()
/drivers/fsi/
Dfsi-sbefifo.c328 unsigned long end_time; in sbefifo_request_reset() local
345 end_time = jiffies + msecs_to_jiffies(SBEFIFO_RESET_TIMEOUT); in sbefifo_request_reset()
346 while (!time_after(jiffies, end_time)) { in sbefifo_request_reset()
439 unsigned long end_time; in sbefifo_wait() local
448 end_time = jiffies + timeout; in sbefifo_wait()
449 while (!time_after(jiffies, end_time)) { in sbefifo_wait()
/drivers/ata/
Dpata_pdc2027x.c603 ktime_t start_time, end_time; in pdc_detect_pll_input_clock() local
621 end_time = ktime_get(); in pdc_detect_pll_input_clock()
630 usec_elapsed = (long) ktime_us_delta(end_time, start_time); in pdc_detect_pll_input_clock()
/drivers/net/ethernet/intel/igc/
Digc_tsn.c111 wr32(IGC_ENDQT(i), ring->end_time); in igc_tsn_enable_offload()
Digc_main.c6060 ring->end_time = NSEC_PER_SEC; in igc_tsn_clear_schedule()
6070 u32 start_time = 0, end_time = 0; in igc_save_qbv_schedule() local
6094 end_time += e->interval; in igc_save_qbv_schedule()
6107 if (end_time > adapter->cycle_time || in igc_save_qbv_schedule()
6109 end_time = adapter->cycle_time; in igc_save_qbv_schedule()
6123 ring->end_time = end_time; in igc_save_qbv_schedule()
6138 ring->start_time = end_time; in igc_save_qbv_schedule()
6139 ring->end_time = end_time; in igc_save_qbv_schedule()
Digc.h102 u32 end_time; member
/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c561 unsigned long end_time; in reset_hw_v1_hw() local
577 end_time = jiffies + msecs_to_jiffies(1000); in reset_hw_v1_hw()
590 if (time_after(jiffies, end_time)) in reset_hw_v1_hw()
596 end_time = jiffies + msecs_to_jiffies(1000); in reset_hw_v1_hw()
605 if (time_after(jiffies, end_time)) in reset_hw_v1_hw()
Dhisi_sas_v2_hw.c1020 unsigned long end_time; in reset_hw_v2_hw() local
1044 end_time = jiffies + msecs_to_jiffies(1000); in reset_hw_v2_hw()
1057 if (time_after(jiffies, end_time)) in reset_hw_v2_hw()
1063 end_time = jiffies + msecs_to_jiffies(1000); in reset_hw_v2_hw()
1072 if (time_after(jiffies, end_time)) in reset_hw_v2_hw()
/drivers/scsi/bfa/
Dbfa_defs.h1212 u64 end_time; /* timestamp */ member
/drivers/char/pcmcia/
Dsynclink_cs.c3735 unsigned long end_time; in irq_test() local
3754 end_time=100; in irq_test()
3755 while(end_time-- && !info->irq_occurred) { in irq_test()

12