Lines Matching refs:vacant_height
35073 char vacant_height = 0; in get_vacant_height() local
35107 vacant_height = mas->depth + 1; in get_vacant_height()
35114 return vacant_height; in get_vacant_height()
35135 unsigned char vacant_height; in check_prealloc() local
35153 vacant_height = get_vacant_height(&wr_mas, ptr); in check_prealloc()
35155 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35164 vacant_height = get_vacant_height(&wr_mas, ptr); in check_prealloc()
35166 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35176 vacant_height = get_vacant_height(&wr_mas, ptr); in check_prealloc()
35177 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35190 vacant_height = get_vacant_height(&wr_mas, ptr); in check_prealloc()
35191 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35204 vacant_height = get_vacant_height(&wr_mas, ptr); in check_prealloc()
35205 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 3); in check_prealloc()
35230 vacant_height = get_vacant_height(&wr_mas, ptr); in check_prealloc()
35231 MT_BUG_ON(mt, allocated != 1 + (height - vacant_height) * 2); in check_prealloc()
35248 vacant_height = get_vacant_height(&wr_mas, ptr); in check_prealloc()