Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-clone-target.c1043 unsigned int current_volume; in do_hydration() local
1077 current_volume = atomic_read(&clone->hydrations_in_flight); in do_hydration()
1078 current_volume += batch.nr_batched_regions; in do_hydration()
1080 if (current_volume > READ_ONCE(clone->hydration_threshold)) in do_hydration()
Ddm-cache-target.c1672 sector_t current_volume = (atomic_read(&cache->nr_io_migrations) + 1) * in spare_migration_bandwidth() local
1675 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()