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

/linux-master/fs/btrfs/
H A Dcompression.c641 * @SAMPLING_READ_SIZE - how many bytes will be copied from for each sample
644 #define SAMPLING_READ_SIZE (16) macro
667 SAMPLING_READ_SIZE / SAMPLING_INTERVAL)
1457 while (i < PAGE_SIZE - SAMPLING_READ_SIZE) {
1459 if (start > end - SAMPLING_READ_SIZE)
1462 SAMPLING_READ_SIZE);
1465 curr_sample_pos += SAMPLING_READ_SIZE;

Completed in 93 milliseconds