Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-clone.rst111 A message `hydration_threshold <#regions>` can be used to set the maximum number
155 core args Key/value pairs passed to dm-clone, e.g. `hydration_threshold
170 hydration_threshold <#regions> Maximum number of regions being copied from
201 `hydration_threshold 256`
219 `hydration_threshold <#regions>`
/openbmc/linux/drivers/md/
H A Ddm-clone-target.c113 unsigned int hydration_threshold; member
1100 if (current_volume > READ_ONCE(clone->hydration_threshold)) in do_hydration()
1413 READ_ONCE(clone->hydration_threshold), in emit_core_args()
1595 clone->hydration_threshold = DEFAULT_HYDRATION_THRESHOLD; in parse_core_args()
1619 clone->hydration_threshold = value; in parse_core_args()
2108 WRITE_ONCE(clone->hydration_threshold, nr_regions); in set_hydration_threshold()