Searched refs:ns_to_ktime (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dktime.h148 ns_to_ktime(uint64_t ns) function
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ctx.c174 return ns_to_ktime(0);
179 return ns_to_ktime(0);
192 ktime_t res = ns_to_ktime(0);
274 ktime_t res = ns_to_ktime(0);
976 usage[hw_ip] = ns_to_ktime(ns);
H A Damdgpu_gem.c638 timeout = ktime_sub(ns_to_ktime(timeout_ns), ktime_get());
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_pmu.c286 ns_to_ktime(PERIOD), 0,
501 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD));
H A Di915_request.c351 ns_to_ktime(ce->watchdog.timeout_us *
H A Di915_perf.c3152 ns_to_ktime(stream->poll_oa_period),
3621 ns_to_ktime(stream->poll_oa_period));
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_vblank.c1022 *vblanktime = ktime_add(*vblanktime, ns_to_ktime(vblank_start));
H A Ddrm_syncobj.c1256 abs_timeout = ns_to_ktime(timeout_nsec);
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c1352 return ns_to_ktime(total);

Completed in 156 milliseconds