Lines Matching refs:height
75 unsigned int height; member
98 GEM_BUG_ON(p->height); in __sync_seqno()
104 GEM_BUG_ON(!p->height); in __sync_child()
111 return (id >> p->height) & MASK; in __sync_branch_idx()
117 GEM_BUG_ON(p->height); in __sync_leaf_idx()
123 return id >> p->height >> SHIFT; in __sync_branch_prefix()
128 GEM_BUG_ON(p->height); in __sync_leaf_prefix()
175 if (!p->height) in i915_syncmap_is_later()
205 p->height = 0; in __sync_alloc_leaf()
289 next->height = above + p->height; in __sync_set()
308 if (!p->height) in __sync_set()
313 GEM_BUG_ON(!p->height); in __sync_set()
367 if (p->height) { in __sync_free()