Lines Matching defs:height
2858 * be either freed or destroyed. orig_l_mas->depth keeps track of the height of
3168 * @height: The height of the tree in case it's a new root.
3171 struct ma_state *mas, int height)
3180 mas->depth = height;
3272 * @height: The current height of the maple state
3276 * Keeping the height of the tree low means faster lookups.
3280 static inline bool mas_push_data(struct ma_state *mas, int height,
3338 mas_split_final_node(mast, mas, height + 1);
3351 int height = 0;
3390 while (height++ <= mas->depth) {
3392 mas_split_final_node(&mast, mas, height);
3407 if (mas_push_data(mas, height, &mast, true))
3411 if (mas_push_data(mas, height, &mast, false))
3827 unsigned char height;
3856 height = mas_mt_height(mas);
3857 mas_node_count(mas, 1 + height * 3);
3909 return mas_spanning_rebalance(mas, &mast, height + 1);
6910 pr_info("maple_tree(%p) flags %X, height %u root %p\n",