Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_vma.c94 static inline struct i915_vma *active_to_vma(struct i915_active *ref) in active_to_vma() function
101 return i915_vma_tryget(active_to_vma(ref)) ? 0 : -ENOENT; in __i915_vma_active()
107 i915_vma_put(active_to_vma(ref)); in __i915_vma_retire()