Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dcompression.c1250 u32 p, p_base, sz_base; in shannon_entropy() local
1253 sz_base = ilog2_w(ws->sample_size); in shannon_entropy()
1257 entropy_sum += p * (sz_base - p_base); in shannon_entropy()