Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dcompression.c647 * @SAMPLING_READ_SIZE - how many bytes will be copied from for each sample
650 #define SAMPLING_READ_SIZE (16) macro
673 SAMPLING_READ_SIZE / SAMPLING_INTERVAL)
1514 while (i < PAGE_SIZE - SAMPLING_READ_SIZE) { in heuristic_collect_sample()
1516 if (start > end - SAMPLING_READ_SIZE) in heuristic_collect_sample()
1519 SAMPLING_READ_SIZE); in heuristic_collect_sample()
1522 curr_sample_pos += SAMPLING_READ_SIZE; in heuristic_collect_sample()