Searched refs:__active_fence_slot (Results 1 – 2 of 2) sorted by relevance
204 __active_fence_slot(struct i915_active_fence *active) in __active_fence_slot() function215 return cmpxchg(__active_fence_slot(active), fence, NULL) == fence; in active_fence_cb()984 return __active_fence_slot(&barrier_from_ll(node)->base); in ll_to_fence_slot()1081 while (cmpxchg(__active_fence_slot(active), prev, fence) != prev) { in __i915_active_fence_set()
320 fence = xchg(__active_fence_slot(active), NULL); in active_flush()