Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_perf.c436 int tree_lvl_count[INCFS_MAX_MTREE_LEVELS] = {}; in build_mtree() local
449 tree_lvl_count[i] = hash_block_count; in build_mtree()
458 tree_lvl_index[i] = prev_lvl_base - tree_lvl_count[i]; in build_mtree()
475 int prev_lvl_count = tree_lvl_count[level - 1]; in build_mtree()
H A Dincfs_test.c852 int tree_lvl_count[INCFS_MAX_MTREE_LEVELS] = {}; in build_mtree() local
864 tree_lvl_count[i] = hash_block_count; in build_mtree()
873 tree_lvl_index[i] = prev_lvl_base - tree_lvl_count[i]; in build_mtree()
909 int prev_lvl_count = tree_lvl_count[level - 1]; in build_mtree()