Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc4-fw-reg.h36 * @current_volume: Current volume value in fw
41 u32 current_volume[SOF_IPC4_PV_MAX_SUPPORTED_CHANNELS]; member
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-clone-target.c1069 unsigned int current_volume; in do_hydration() local
1103 current_volume = atomic_read(&clone->hydrations_in_flight); in do_hydration()
1104 current_volume += batch.nr_batched_regions; in do_hydration()
1106 if (current_volume > READ_ONCE(clone->hydration_threshold)) in do_hydration()
H A Ddm-cache-target.c1646 sector_t current_volume = (atomic_read(&cache->nr_io_migrations) + 1) * in spare_migration_bandwidth() local
1649 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-clone-target.c1063 unsigned int current_volume; in do_hydration() local
1097 current_volume = atomic_read(&clone->hydrations_in_flight); in do_hydration()
1098 current_volume += batch.nr_batched_regions; in do_hydration()
1100 if (current_volume > READ_ONCE(clone->hydration_threshold)) in do_hydration()
H A Ddm-cache-target.c1590 sector_t current_volume = (atomic_read(&cache->nr_io_migrations) + 1) * in spare_migration_bandwidth() local
1593 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()

Completed in 16 milliseconds