Lines Matching defs:obj
195 struct dma_resv *obj; member
231 struct dma_resv *obj, in dma_resv_iter_begin()
306 #define dma_resv_for_each_fence(cursor, obj, usage, fence) \ argument
311 #define dma_resv_held(obj) lockdep_is_held(&(obj)->lock.base) argument
312 #define dma_resv_assert_held(obj) lockdep_assert_held(&(obj)->lock.base) argument
317 static inline void dma_resv_reset_max_fences(struct dma_resv *obj) {} in dma_resv_reset_max_fences()
342 static inline int dma_resv_lock(struct dma_resv *obj, in dma_resv_lock()
369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible()
386 static inline void dma_resv_lock_slow(struct dma_resv *obj, in dma_resv_lock_slow()
402 static inline int dma_resv_lock_slow_interruptible(struct dma_resv *obj, in dma_resv_lock_slow_interruptible()
422 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock()
433 static inline bool dma_resv_is_locked(struct dma_resv *obj) in dma_resv_is_locked()
450 static inline struct ww_acquire_ctx *dma_resv_locking_ctx(struct dma_resv *obj) in dma_resv_locking_ctx()
461 static inline void dma_resv_unlock(struct dma_resv *obj) in dma_resv_unlock()