Home
last modified time | relevance | path

Searched refs:tree_min_entry_count (Results 1 – 1 of 1) sorted by relevance

/trusty/user/app/storage/
Dblock_tree.c3086 double tree_min_entry_count; in block_tree_check_config() local
3115 tree_min_entry_count = 0; in block_tree_check_config()
3118 tree_min_entry_count = node_leaf_min_key_count * 2; in block_tree_check_config()
3120 tree_min_entry_count *= node_min_child_count; in block_tree_check_config()
3124 depth, tree_min_entry_count, tree_max_entry_count, in block_tree_check_config()
3144 assert(tree_min_entry_count >= max_entries_needed); in block_tree_check_config()
3145 if (tree_min_entry_count / node_min_child_count < max_entries_needed) { in block_tree_check_config()