Searched refs:__sync_child (Results 1 – 2 of 2) sorted by relevance
102 static inline struct i915_syncmap **__sync_child(struct i915_syncmap *p) in __sync_child() function178 p = __sync_child(p)[__sync_branch_idx(p, id)]; in i915_syncmap_is_later()224 __sync_child(p)[idx] = child; in __sync_set_child()296 __sync_child(p->parent)[idx] = next; in __sync_set()316 next = __sync_child(p)[idx]; in __sync_set()373 __sync_free(__sync_child(p)[i - 1]); in __sync_free()
78 buf = __sync_print(__sync_child(p)[i], buf, sz, in __sync_print()321 if (__sync_child(join)[__sync_branch_idx(join, context)] != sync) { in igt_syncmap_join_above()508 struct i915_syncmap *leaf = __sync_child(sync)[idx]; in igt_syncmap_compact()
Completed in 7 milliseconds