Searched refs:uTotalTime (Results 1 – 1 of 1) sorted by relevance
1006 TI_UINT32 uTotalTime = uCurrentTS - pBandWidth->auFirstEventsTS[pBandWidth->uCurrentWindow]; in TrafficMonitor_calcBW() local1012 while ( (uTotalTime < BW_WINDOW_MS) && (iNextIter != pBandWidth->uCurrentWindow)) in TrafficMonitor_calcBW()1016 uTotalTime = uCurrentTS - pBandWidth->auFirstEventsTS[iNextIter]; in TrafficMonitor_calcBW()