Searched refs:init_child (Results 1 – 1 of 1) sorted by relevance
/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 142 static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, in init_child() function 240 r = init_child(info, vt, parent, left_index, &left); in rebalance2() 244 r = init_child(info, vt, parent, left_index + 1, &right); in rebalance2() 375 r = init_child(info, vt, parent, left_index, &left); in rebalance3() 379 r = init_child(info, vt, parent, left_index + 1, ¢er); in rebalance3() 385 r = init_child(info, vt, parent, left_index + 2, &right); in rebalance3()
|