Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcompress.c65 const size_t threshold = 65, max_entropy = 8 * ilog2(16); in has_low_entropy() local
79 return ((sum * 100 / max_entropy) <= threshold); in has_low_entropy()