Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c321 u64 sample_rate, sample_records; in split_configuration() local
335 sample_records = config->geometry->records_per_chapter / sample_rate; in split_configuration()
338 split->hook_geometry.records_per_chapter = sample_records; in split_configuration()
339 split->non_hook_geometry.records_per_chapter -= sample_records; in split_configuration()