Lines Matching refs:ExpectedRunningDifference
565 …int ExpectedRunningDifference = 0; /* Stable value that we've obtained from check at initial s… local
2068 SecondsRunningDifference, ExpectedRunningDifference);
2077 ExpectedRunningDifference = SecondsRunningDifference;
2084 if ((ExpectedRunningDifference+INITIAL_STABILITY_BAND > SecondsRunningDifference)
2085 && (ExpectedRunningDifference-INITIAL_STABILITY_BAND < SecondsRunningDifference))
2103 if (ExpectedRunningDifference >= SecondsRunningDifference)
2121 if (ExpectedRunningDifference <= SecondsRunningDifference)
2137 if ((ExpectedRunningDifference+RUNNING_STABILITY_BAND > SecondsRunningDifference)
2138 && (ExpectedRunningDifference-RUNNING_STABILITY_BAND < SecondsRunningDifference))
2145 if (ExpectedRunningDifference > SecondsRunningDifference)
2156 if (ExpectedRunningDifference < SecondsRunningDifference)