Home
last modified time | relevance | path

Searched refs:hydration_batch_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-clone-target.c122 unsigned int hydration_batch_size; member
988 unsigned int max_batch_size = READ_ONCE(clone->hydration_batch_size); in __batch_hydration()
1422 DMEMIT("%u hydration_threshold %u hydration_batch_size %u ", count, in emit_core_args()
1424 READ_ONCE(clone->hydration_batch_size)); in emit_core_args()
1599 clone->hydration_batch_size = DEFAULT_HYDRATION_BATCH_SIZE; in parse_core_args()
1625 } else if (!strcasecmp(arg_name, "hydration_batch_size")) { in parse_core_args()
1627 ti->error = "Invalid value for argument `hydration_batch_size'"; in parse_core_args()
1630 clone->hydration_batch_size = value; in parse_core_args()
2136 WRITE_ONCE(clone->hydration_batch_size, nr_regions); in set_hydration_batch_size()
2181 if (!strcasecmp(argv[0], "hydration_batch_size")) { in clone_message()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-clone-target.c116 unsigned int hydration_batch_size; member
982 unsigned int max_batch_size = READ_ONCE(clone->hydration_batch_size); in __batch_hydration()
1412 DMEMIT("%u hydration_threshold %u hydration_batch_size %u ", count, in emit_core_args()
1414 READ_ONCE(clone->hydration_batch_size)); in emit_core_args()
1594 clone->hydration_batch_size = DEFAULT_HYDRATION_BATCH_SIZE; in parse_core_args()
1620 } else if (!strcasecmp(arg_name, "hydration_batch_size")) { in parse_core_args()
1622 ti->error = "Invalid value for argument `hydration_batch_size'"; in parse_core_args()
1625 clone->hydration_batch_size = value; in parse_core_args()
2120 WRITE_ONCE(clone->hydration_batch_size, nr_regions); in set_hydration_batch_size()
2165 if (!strcasecmp(argv[0], "hydration_batch_size")) { in clone_message()
[all...]

Completed in 6 milliseconds