Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dcompression.c842 #define SAMPLING_READ_SIZE (16) macro
865 SAMPLING_READ_SIZE / SAMPLING_INTERVAL)
1617 while (i < PAGE_SIZE - SAMPLING_READ_SIZE) { in heuristic_collect_sample()
1619 if (start > end - SAMPLING_READ_SIZE) in heuristic_collect_sample()
1622 SAMPLING_READ_SIZE); in heuristic_collect_sample()
1625 curr_sample_pos += SAMPLING_READ_SIZE; in heuristic_collect_sample()