HomeSort by: relevance | last modified time | path
    Searched refs:__sync_leaf_prefix (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_syncmap.c 134 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) function in typeref:typename:u64
168 if (likely(__sync_leaf_prefix(p, id) == p->prefix))
215 p->prefix = __sync_leaf_prefix(p, id);
249 GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix);
339 GEM_BUG_ON(p->prefix != __sync_leaf_prefix(p, id));
366 if (likely(p && __sync_leaf_prefix(p, id) == p->prefix)) {

Completed in 12 milliseconds