Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_syncmap.c129 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) in __sync_leaf_prefix() function
163 if (likely(__sync_leaf_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()
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()