Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dcompression.c551 #define SAMPLING_READ_SIZE (16) macro
574 SAMPLING_READ_SIZE / SAMPLING_INTERVAL)
1334 while (i < PAGE_SIZE - SAMPLING_READ_SIZE) { in heuristic_collect_sample()
1336 if (start > end - SAMPLING_READ_SIZE) in heuristic_collect_sample()
1339 SAMPLING_READ_SIZE); in heuristic_collect_sample()
1342 curr_sample_pos += SAMPLING_READ_SIZE; in heuristic_collect_sample()