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