Lines Matching refs:prefix
74 u64 prefix; member
163 if (likely(__sync_leaf_prefix(p, id) == p->prefix)) in i915_syncmap_is_later()
172 if (__sync_branch_prefix(p, id) == p->prefix) in i915_syncmap_is_later()
185 if (__sync_branch_prefix(p, id) != p->prefix) in i915_syncmap_is_later()
210 p->prefix = __sync_leaf_prefix(p, id); in __sync_alloc_leaf()
244 GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix); in __sync_set()
253 if (__sync_branch_prefix(p, id) == p->prefix) in __sync_set()
281 if (__sync_branch_prefix(p, id) != p->prefix) { in __sync_set()
291 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix); in __sync_set()
294 next->prefix = __sync_branch_prefix(next, id); in __sync_set()
305 idx = p->prefix >> (above - SHIFT) & MASK; in __sync_set()
334 GEM_BUG_ON(p->prefix != __sync_leaf_prefix(p, id)); in __sync_set()
361 if (likely(p && __sync_leaf_prefix(p, id) == p->prefix)) { in i915_syncmap_set()