Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dcompression.c1521 u32 entropy_sum = 0; in shannon_entropy() local
1529 entropy_sum += p * (sz_base - p_base); in shannon_entropy()
1532 entropy_sum /= ws->sample_size; in shannon_entropy()
1533 return entropy_sum * 100 / entropy_max; in shannon_entropy()

Completed in 8 milliseconds