Home
last modified time | relevance | path

Searched refs:active_to_vma (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.c86 static inline struct i915_vma *active_to_vma(struct i915_active *ref) in active_to_vma() function
93 return i915_vma_tryget(active_to_vma(ref)) ? 0 : -ENOENT; in __i915_vma_active()
99 i915_vma_put(active_to_vma(ref)); in __i915_vma_retire()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_vma.c98 static inline struct i915_vma *active_to_vma(struct i915_active *ref) in active_to_vma() function
105 return i915_vma_tryget(active_to_vma(ref)) ? 0 : -ENOENT; in __i915_vma_active()
110 i915_vma_put(active_to_vma(ref)); in __i915_vma_retire()

Completed in 5 milliseconds