Lines Matching defs:threshold_multiplier
51 unsigned int threshold_multiplier;
179 unsigned int threshold_multiplier = 0;
183 * Arguments: [<base_weight> [<threshold_multiplier>]]
187 * <threshold_multiplier>: Minimum threshold multiplier for paths to
202 &threshold_multiplier, &dummy) != 1)) {
213 s->threshold_multiplier = threshold_multiplier;
246 DMEMIT("2 %u %u ", s->weights[0], s->threshold_multiplier);
381 over_threshold = hst1 > (s->threshold_multiplier * hst2);
383 over_threshold = hst2 > (s->threshold_multiplier * hst1);