Lines Matching defs:tb

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()
612 static int is_leaf_removable(struct tree_balance *tb) in is_leaf_removable()
654 static int are_leaves_removable(struct tree_balance *tb, int lfree, int rfree) in are_leaves_removable()
750 static void free_buffers_in_tb(struct tree_balance *tb) in free_buffers_in_tb()
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()
955 static int get_far_parent(struct tree_balance *tb, 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()
1866 struct tree_balance *tb, 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()
2058 static int get_mem_for_virtual_node(struct tree_balance *tb) in get_mem_for_virtual_node()
2155 static int wait_tb_buffers_until_unlocked(struct tree_balance *tb) in wait_tb_buffers_until_unlocked()
2330 int fix_nodes(int op_mode, struct tree_balance *tb, in fix_nodes()
2551 void unfix_nodes(struct tree_balance *tb) in unfix_nodes()