Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c1489 * @BYTE_CORE_SET_LOW - main part of byte values repeated frequently,
1494 #define BYTE_CORE_SET_LOW (64) macro
1507 for (i = 0; i < BYTE_CORE_SET_LOW; i++) in byte_core_set_size()
1667 if (i <= BYTE_CORE_SET_LOW) { in btrfs_compress_heuristic()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c1221 * @BYTE_CORE_SET_LOW - main part of byte values repeated frequently,
1226 #define BYTE_CORE_SET_LOW (64) macro
1239 for (i = 0; i < BYTE_CORE_SET_LOW; i++) in byte_core_set_size()
1399 if (i <= BYTE_CORE_SET_LOW) { in btrfs_compress_heuristic()

Completed in 5 milliseconds