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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_syncmap.c129 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) function
177 if (__sync_branch_prefix(p, id) == p->prefix)
190 if (__sync_branch_prefix(p, id) != p->prefix)
258 if (__sync_branch_prefix(p, id) == p->prefix)
286 if (__sync_branch_prefix(p, id) != p->prefix) {
296 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix);
299 next->prefix = __sync_branch_prefix(next, id);

Completed in 89 milliseconds