Lines Matching defs:h
51 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node()
194 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left()
280 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right()
374 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver()
623 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters()
829 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes()
917 static int get_lfree(struct tree_balance *tb, int h) in get_lfree()
940 static int get_rfree(struct tree_balance *tb, int h) in get_rfree()
961 static int is_left_neighbor_in_cache(struct tree_balance *tb, int h) in is_left_neighbor_in_cache()
1026 int h, in get_far_parent()
1174 static int get_parents(struct tree_balance *tb, int h) in get_parents()
1276 struct tree_balance *tb, int h) in can_node_be_removed()
1326 static int ip_check_balance(struct tree_balance *tb, int h) in ip_check_balance()
1728 static int dc_check_balance_internal(struct tree_balance *tb, int h) in dc_check_balance_internal()
1929 static int dc_check_balance_leaf(struct tree_balance *tb, int h) in dc_check_balance_leaf()
2035 static int dc_check_balance(struct tree_balance *tb, int h) in dc_check_balance()
2067 int h, in check_balance()
2094 static int get_direct_parent(struct tree_balance *tb, int h) in get_direct_parent()
2155 static int get_neighbors(struct tree_balance *tb, int h) in get_neighbors()
2552 int ret, h, item_num = PATH_LAST_POSITION(tb->tb_path); in fix_nodes() local