Lines Matching defs:p
99 static inline u32 *__sync_seqno(struct i915_syncmap *p) in __sync_seqno()
105 static inline struct i915_syncmap **__sync_child(struct i915_syncmap *p) in __sync_child()
112 __sync_branch_idx(const struct i915_syncmap *p, u64 id) in __sync_branch_idx()
118 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx()
124 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) in __sync_branch_prefix()
129 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) in __sync_leaf_prefix()
156 struct i915_syncmap *p; in i915_syncmap_is_later() local
201 struct i915_syncmap *p; in __sync_alloc_leaf() local
214 static inline void __sync_set_seqno(struct i915_syncmap *p, u64 id, u32 seqno) in __sync_set_seqno()
219 __sync_seqno(p)[idx] = seqno; in __sync_set_seqno() local
222 static inline void __sync_set_child(struct i915_syncmap *p, in __sync_set_child()
227 __sync_child(p)[idx] = child; in __sync_set_child() local
232 struct i915_syncmap *p = *root; in __sync_set() local
299 __sync_child(p->parent)[idx] = next; in __sync_set() local
355 struct i915_syncmap *p = *root; in i915_syncmap_set() local
369 static void __sync_free(struct i915_syncmap *p) in __sync_free()
397 struct i915_syncmap *p; in i915_syncmap_free() local