__sync_leaf_prefix  163 drivers/gpu/drm/i915/i915_syncmap.c 	if (likely(__sync_leaf_prefix(p, id) == p->prefix))
__sync_leaf_prefix  210 drivers/gpu/drm/i915/i915_syncmap.c 	p->prefix = __sync_leaf_prefix(p, id);
__sync_leaf_prefix  244 drivers/gpu/drm/i915/i915_syncmap.c 	GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix);
__sync_leaf_prefix  334 drivers/gpu/drm/i915/i915_syncmap.c 	GEM_BUG_ON(p->prefix != __sync_leaf_prefix(p, id));
__sync_leaf_prefix  361 drivers/gpu/drm/i915/i915_syncmap.c 	if (likely(p && __sync_leaf_prefix(p, id) == p->prefix)) {