Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dcompression.c1276 u32 entropy_sum = 0; in shannon_entropy() local
1284 entropy_sum += p * (sz_base - p_base); in shannon_entropy()
1287 entropy_sum /= ws->sample_size; in shannon_entropy()
1288 return entropy_sum * 100 / entropy_max; in shannon_entropy()