Searched refs:threshold_multiplier (Results 1 – 1 of 1) sorted by relevance
51 unsigned int threshold_multiplier; member179 unsigned int threshold_multiplier = 0; in hst_create() local202 &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 * hst1); in hst_compare()