Home
last modified time | relevance | path

Searched refs:recent_enough (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_throttle.c39 unsigned long recent_enough = jiffies - DRM_I915_THROTTLE_JIFFIES; in i915_gem_throttle_ioctl() local
50 if (time_after_eq(request->emitted_jiffies, recent_enough)) in i915_gem_throttle_ioctl()