Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c1363 const u32 entropy_max = 8 * ilog2_w(2); in shannon_entropy() local
1376 return entropy_sum * 100 / entropy_max; in shannon_entropy()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c1095 const u32 entropy_max = 8 * ilog2_w(2); in shannon_entropy() local
1108 return entropy_sum * 100 / entropy_max; in shannon_entropy()

Completed in 5 milliseconds