Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dcompression.c1097 u32 p, p_base, sz_base; in shannon_entropy() local
1100 sz_base = ilog2_w(ws->sample_size); in shannon_entropy()
1104 entropy_sum += p * (sz_base - p_base); in shannon_entropy()