Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c1339 * @ENTROPY_LVL_HIGH - data are not compressible with high probability
1344 #define ENTROPY_LVL_HIGH (80) macro
1684 * For the levels below ENTROPY_LVL_HIGH, additional analysis would be in btrfs_compress_heuristic()
1698 if (i < ENTROPY_LVL_HIGH) { in btrfs_compress_heuristic()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c1071 * @ENTROPY_LVL_HIGH - data are not compressible with high probability
1076 #define ENTROPY_LVL_HIGH (80) macro
1416 * For the levels below ENTROPY_LVL_HIGH, additional analysis would be in btrfs_compress_heuristic()
1430 if (i < ENTROPY_LVL_HIGH) { in btrfs_compress_heuristic()

Completed in 4 milliseconds