Searched refs:__sync_branch_prefix (Results 1 – 1 of 1) sorted by relevance
124 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) in __sync_branch_prefix() function172 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()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()