Searched refs:recent_enough (Results 1 – 1 of 1) sorted by relevance
4044 unsigned long recent_enough = jiffies - msecs_to_jiffies(20); in i915_gem_ring_throttle() local4059 if (time_after_eq(request->emitted_jiffies, recent_enough)) in i915_gem_ring_throttle()