Home | History | Annotate | Download | only in Data_link

Lines Matching refs:Threshold

139     /* Create the base threshold timer that will serve all the down thresholds*/
305 this reset element will be with the same threshold but opposite in direction
338 TrafficAlertElement->Threshold = TrafficAlertRegParm->Threshold;
507 have to check the that threshold is bigger or smaller according to the direction
533 3.The threshold is bigger or smaller according to the direction
699 DESCRIPTION: Evaluate if alert element as crossed his threshold
702 If the threshold is passed in the req time interval or less. then
715 RETURN: If threshold crossed TI_TRUE else False
728 if (AlertElement->EventCounter > AlertElement->Threshold)
769 DESCRIPTION: Evaluate if alert element as crossed his threshold
772 If the threshold is passed (EventCounter < Threshold) in the req time only. then
786 RETURN: If threshold crossed TI_TRUE else False
802 if (AlertElement->EventCounter <= AlertElement->Threshold)
844 if(AlertElement->EventCounter > AlertElement->Threshold)
1294 TrafficAlertRegParm.Threshold = 50;
1304 TrafficAlertRegParm.Threshold = 30;
1315 TrafficAlertRegParm.Threshold = 25;
1325 TrafficAlertRegParm.Threshold = 10;