Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dcompression.c1263 const u32 entropy_max = 8 * ilog2_w(2); in shannon_entropy() local
1276 return entropy_sum * 100 / entropy_max; in shannon_entropy()