Searched refs:hydration_threshold (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-clone-target.c | 119 unsigned int hydration_threshold; member 1106 if (current_volume > READ_ONCE(clone->hydration_threshold)) in do_hydration() 1422 DMEMIT("%u hydration_threshold %u hydration_batch_size %u ", count, in emit_core_args() 1423 READ_ONCE(clone->hydration_threshold), in emit_core_args() 1544 * E.g. 'hydration_threshold 256' 1600 clone->hydration_threshold = DEFAULT_HYDRATION_THRESHOLD; in parse_core_args() 1619 if (!strcasecmp(arg_name, "hydration_threshold")) { in parse_core_args() 1621 ti->error = "Invalid value for argument `hydration_threshold'"; in parse_core_args() 1624 clone->hydration_threshold = value; in parse_core_args() 2124 WRITE_ONCE(clone->hydration_threshold, nr_region in set_hydration_threshold() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-clone-target.c | 113 unsigned int hydration_threshold; member 1100 if (current_volume > READ_ONCE(clone->hydration_threshold)) in do_hydration() 1412 DMEMIT("%u hydration_threshold %u hydration_batch_size %u ", count, in emit_core_args() 1413 READ_ONCE(clone->hydration_threshold), in emit_core_args() 1539 * E.g. 'hydration_threshold 256' 1595 clone->hydration_threshold = DEFAULT_HYDRATION_THRESHOLD; in parse_core_args() 1614 if (!strcasecmp(arg_name, "hydration_threshold")) { in parse_core_args() 1616 ti->error = "Invalid value for argument `hydration_threshold'"; in parse_core_args() 1619 clone->hydration_threshold = value; in parse_core_args() 2108 WRITE_ONCE(clone->hydration_threshold, nr_region in set_hydration_threshold() [all...] |
Completed in 6 milliseconds