Searched refs:jiffies_to_msecs (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Djiffies.h22 jiffies_to_msecs(const unsigned long x) function
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_benchmark.c71 return jiffies_to_msecs(end_jiffies - start_jiffies);
H A Dradeon_ring.c264 elapsed = jiffies_to_msecs(jiffies_64 - last);
H A Datom.c733 if ((jiffies_to_msecs(cjiffies) > 5000)) {
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_breadcrumbs.c504 jiffies_to_msecs(jiffies - rq->emitted_jiffies));
H A Dintel_engine_cs.c575 value = min_t(u64, value, jiffies_to_msecs(MAX_SCHEDULE_TIMEOUT));
596 value = min_t(u64, value, jiffies_to_msecs(MAX_SCHEDULE_TIMEOUT));
603 value = min_t(u64, value, jiffies_to_msecs(MAX_SCHEDULE_TIMEOUT));
617 value = min_t(u64, value, jiffies_to_msecs(MAX_SCHEDULE_TIMEOUT));
2419 jiffies_to_msecs(jiffies - rq->emitted_jiffies));
H A Dintel_rps.c320 unsigned long now = jiffies_to_msecs(jiffies), dt;
606 rps->ips.last_time1 = jiffies_to_msecs(jiffies);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_lspcon.c286 jiffies_to_msecs(jiffies - start));
/openbsd-current/sys/dev/pci/drm/apple/
H A Diomfb_template.c937 jiffies_to_msecs(ret));
1249 jiffies_to_msecs(ret));
H A Ddcp.c295 jiffies_to_msecs(DPTX_CONNECT_TIMEOUT - ret));
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_events.c997 *user_timeout_ms = jiffies_to_msecs(
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_request.c2320 jiffies_to_msecs(jiffies - rq->emitted_jiffies),
H A Di915_gpu_error.c897 error->capture, jiffies_to_msecs(jiffies - error->capture));
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atom.c756 if ((jiffies_to_msecs(cjiffies) > ATOM_CMD_TIMEOUT_SEC*1000)) {
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_request.c512 drm_msleep(jiffies_to_msecs(i915_selftest.timeout_jiffies));
1826 drm_msleep(jiffies_to_msecs(i915_selftest.timeout_jiffies));

Completed in 231 milliseconds