Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c1048 uint64_t single_entry_max_bucket = SM_RUN_BITS + shift - 1; in space_map_estimate_optimal_size() local
1049 for (; idx <= single_entry_max_bucket; idx++) in space_map_estimate_optimal_size()
1054 ASSERT3U(idx, >=, single_entry_max_bucket); in space_map_estimate_optimal_size()
1056 1ULL << (idx - single_entry_max_bucket); in space_map_estimate_optimal_size()