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