Lines Matching defs:h
78 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node()
203 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left()
283 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right()
366 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver()
585 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters()
779 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes()
854 static int get_lfree(struct tree_balance *tb, int h) in get_lfree()
876 static int get_rfree(struct tree_balance *tb, int h) in get_rfree()
897 static int is_left_neighbor_in_cache(struct tree_balance *tb, int h) in is_left_neighbor_in_cache()
956 int h, in get_far_parent()
1081 static int get_parents(struct tree_balance *tb, int h) in get_parents()
1171 struct tree_balance *tb, int h) in can_node_be_removed()
1219 static int ip_check_balance(struct tree_balance *tb, int h) in ip_check_balance()
1562 static int dc_check_balance_internal(struct tree_balance *tb, int h) in dc_check_balance_internal()
1742 static int dc_check_balance_leaf(struct tree_balance *tb, int h) in dc_check_balance_leaf()
1836 static int dc_check_balance(struct tree_balance *tb, int h) in dc_check_balance()
1867 int h, in check_balance()
1894 static int get_direct_parent(struct tree_balance *tb, int h) in get_direct_parent()
1948 static int get_neighbors(struct tree_balance *tb, int h) in get_neighbors()
2333 int ret, h, item_num = PATH_LAST_POSITION(tb->tb_path); in fix_nodes() local