Lines Matching refs:prefix
74 u64 prefix; member
160 if (likely(__sync_leaf_prefix(p, id) == p->prefix)) in i915_syncmap_is_later()
169 if (__sync_branch_prefix(p, id) == p->prefix) in i915_syncmap_is_later()
182 if (__sync_branch_prefix(p, id) != p->prefix) in i915_syncmap_is_later()
207 p->prefix = __sync_leaf_prefix(p, id); in __sync_alloc_leaf()
241 GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix); in __sync_set()
250 if (__sync_branch_prefix(p, id) == p->prefix) in __sync_set()
278 if (__sync_branch_prefix(p, id) != p->prefix) { in __sync_set()
288 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix); in __sync_set()
291 next->prefix = __sync_branch_prefix(next, id); in __sync_set()
302 idx = p->prefix >> (above - SHIFT) & MASK; in __sync_set()
331 GEM_BUG_ON(p->prefix != __sync_leaf_prefix(p, id)); in __sync_set()
358 if (likely(p && __sync_leaf_prefix(p, id) == p->prefix)) { in i915_syncmap_set()