Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c1038 uint64_t double_entry_max_bucket = SM2_RUN_BITS + shift - 1; in space_map_estimate_optimal_size() local
1039 for (; idx <= double_entry_max_bucket; idx++) in space_map_estimate_optimal_size()
1043 ASSERT3U(idx, >=, double_entry_max_bucket); in space_map_estimate_optimal_size()
1044 entries_for_seg = 1ULL << (idx - double_entry_max_bucket); in space_map_estimate_optimal_size()