Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dcompression.c1265 u32 p, p_base, sz_base; in shannon_entropy() local
1268 sz_base = ilog2_w(ws->sample_size); in shannon_entropy()
1272 entropy_sum += p * (sz_base - p_base); in shannon_entropy()