Home
last modified time | relevance | path

Searched refs:__sync_branch_prefix (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Di915_syncmap.c124 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) in __sync_branch_prefix() function
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()
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()