Lines Matching refs:height
35532 unsigned char height; in check_prealloc() local
35547 height = mas_mt_height(&mas); in check_prealloc()
35550 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35557 height = mas_mt_height(&mas); in check_prealloc()
35560 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35569 height = mas_mt_height(&mas); in check_prealloc()
35571 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35583 height = mas_mt_height(&mas); in check_prealloc()
35585 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35597 height = mas_mt_height(&mas); in check_prealloc()
35599 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35611 height = mas_mt_height(&mas); in check_prealloc()
35613 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35628 height = mas_mt_height(&mas); in check_prealloc()
35637 height = mas_mt_height(&mas); in check_prealloc()
35639 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 2); in check_prealloc()
35647 height = mas_mt_height(&mas); in check_prealloc()
35655 height = mas_mt_height(&mas); in check_prealloc()
35663 MT_BUG_ON(mt, allocated != height * 3 + 1); in check_prealloc()
35670 height = mas_mt_height(&mas); in check_prealloc()
36123 int height) in build_full_tree() argument
36137 if (mt_height(mt) < height) { in build_full_tree()
36170 MT_BUG_ON(mt, mt_height(mt) != height); in build_full_tree()