Lines Matching defs:ref

38 	struct i915_active *ref;  member
85 struct i915_active *ref = addr; in active_debug_hint() local
95 static void debug_active_init(struct i915_active *ref) in debug_active_init()
100 static void debug_active_activate(struct i915_active *ref) in debug_active_activate()
107 static void debug_active_deactivate(struct i915_active *ref) in debug_active_deactivate()
114 static void debug_active_fini(struct i915_active *ref) in debug_active_fini()
119 static void debug_active_assert(struct i915_active *ref) in debug_active_assert()
126 static inline void debug_active_init(struct i915_active *ref) { } in debug_active_init()
127 static inline void debug_active_activate(struct i915_active *ref) { } in debug_active_activate()
128 static inline void debug_active_deactivate(struct i915_active *ref) { } in debug_active_deactivate()
129 static inline void debug_active_fini(struct i915_active *ref) { } in debug_active_fini()
130 static inline void debug_active_assert(struct i915_active *ref) { } in debug_active_assert()
175 __active_retire(struct i915_active *ref) in __active_retire()
218 struct i915_active *ref = container_of(wrk, typeof(*ref), work); in active_work() local
228 active_retire(struct i915_active *ref) in active_retire()
272 active_instance(struct i915_active *ref, struct intel_timeline *tl) in active_instance()
353 void __i915_active_init(struct i915_active *ref, in __i915_active_init()
354 int (*active)(struct i915_active *ref), in __i915_active_init()
355 void (*retire)(struct i915_active *ref), in __i915_active_init()
388 static bool ____active_del_barrier(struct i915_active *ref, in ____active_del_barrier()
431 __active_del_barrier(struct i915_active *ref, struct active_node *node) in __active_del_barrier()
436 int i915_active_ref(struct i915_active *ref, in i915_active_ref()
474 void i915_active_set_exclusive(struct i915_active *ref, struct dma_fence *f) in i915_active_set_exclusive()
483 bool i915_active_acquire_if_busy(struct i915_active *ref) in i915_active_acquire_if_busy()
489 int i915_active_acquire(struct i915_active *ref) in i915_active_acquire()
516 void i915_active_release(struct i915_active *ref) in i915_active_release()
534 int i915_active_wait(struct i915_active *ref) in i915_active_wait()
569 int i915_request_await_active(struct i915_request *rq, struct i915_active *ref) in i915_request_await_active()
590 void i915_active_fini(struct i915_active *ref) in i915_active_fini()
605 static struct active_node *reuse_idle_barrier(struct i915_active *ref, u64 idx) in reuse_idle_barrier()
706 int i915_active_acquire_preallocate_barrier(struct i915_active *ref, in i915_active_acquire_preallocate_barrier()
789 void i915_active_acquire_barrier(struct i915_active *ref) in i915_active_acquire_barrier()