Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c1491 * @BYTE_CORE_SET_HIGH - data have uniform distribution and with high
1495 #define BYTE_CORE_SET_HIGH (200) macro
1513 for (; i < BYTE_CORE_SET_HIGH && bucket[i].count > 0; i++) { in byte_core_set_size()
1672 if (i >= BYTE_CORE_SET_HIGH) { in btrfs_compress_heuristic()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c1223 * @BYTE_CORE_SET_HIGH - data have uniform distribution and with high
1227 #define BYTE_CORE_SET_HIGH (200) macro
1245 for (; i < BYTE_CORE_SET_HIGH && bucket[i].count > 0; i++) { in byte_core_set_size()
1404 if (i >= BYTE_CORE_SET_HIGH) { in btrfs_compress_heuristic()

Completed in 5 milliseconds