Searched refs:max_shifted (Results 1 – 1 of 1) sorted by relevance
4297 unsigned int max_shifted = SPA_MAXBLOCKSIZE >> SPA_MINBLOCKSHIFT; in arc_compression_stats() local4332 data.hist_nbuckets = max_shifted + 1; in arc_compression_stats()4334 data.hist_nbuckets = highbit64(max_shifted) + 1; in arc_compression_stats()