Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-historical-service-time.c51 unsigned int threshold_multiplier; member
179 unsigned int threshold_multiplier = 0; in hst_create() local
183 * Arguments: [<base_weight> [<threshold_multiplier>]] in hst_create()
187 * <threshold_multiplier>: Minimum threshold multiplier for paths to in hst_create()
202 &threshold_multiplier, &dummy) != 1)) { in hst_create()
213 s->threshold_multiplier = threshold_multiplier; in hst_create()
246 DMEMIT("2 %u %u ", s->weights[0], s->threshold_multiplier); in hst_status()
381 over_threshold = hst1 > (s->threshold_multiplier * hst2); in hst_compare()
383 over_threshold = hst2 > (s->threshold_multiplier * hst in hst_compare()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-ps-historical-service-time.c51 unsigned int threshold_multiplier; member
179 unsigned int threshold_multiplier = 0; in hst_create() local
183 * Arguments: [<base_weight> [<threshold_multiplier>]] in hst_create()
187 * <threshold_multiplier>: Minimum threshold multiplier for paths to in hst_create()
202 &threshold_multiplier, &dummy) != 1)) { in hst_create()
213 s->threshold_multiplier = threshold_multiplier; in hst_create()
246 DMEMIT("2 %u %u ", s->weights[0], s->threshold_multiplier); in hst_status()
384 over_threshold = hst1 > (s->threshold_multiplier * hst2); in hst_compare()
386 over_threshold = hst2 > (s->threshold_multiplier * hst in hst_compare()
[all...]

Completed in 2 milliseconds