Lines Matching defs:obj
78 #define dma_resv_held(obj) lockdep_is_held(&(obj)->lock.base) argument
79 #define dma_resv_assert_held(obj) lockdep_assert_held(&(obj)->lock.base) argument
89 static inline struct dma_resv_list *dma_resv_get_list(struct dma_resv *obj) in dma_resv_get_list()
110 static inline int dma_resv_lock(struct dma_resv *obj, in dma_resv_lock()
131 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible()
146 static inline void dma_resv_lock_slow(struct dma_resv *obj, in dma_resv_lock_slow()
162 static inline int dma_resv_lock_slow_interruptible(struct dma_resv *obj, in dma_resv_lock_slow_interruptible()
182 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock()
193 static inline bool dma_resv_is_locked(struct dma_resv *obj) in dma_resv_is_locked()
205 static inline struct ww_acquire_ctx *dma_resv_locking_ctx(struct dma_resv *obj) in dma_resv_locking_ctx()
216 static inline void dma_resv_unlock(struct dma_resv *obj) in dma_resv_unlock()
242 dma_resv_get_excl(struct dma_resv *obj) in dma_resv_get_excl()
260 dma_resv_get_excl_rcu(struct dma_resv *obj) in dma_resv_get_excl_rcu()