Home
last modified time | relevance | path

Searched refs:detaUs (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c142 static void FillpAlg0CalMaxPackRcvInterval(struct FillpPcb *pcb, FILLP_LLONG detaUs, FILLP_UINT32 p… in FillpAlg0CalMaxPackRcvInterval() argument
147 pcb->statistics.debugPcb.curPackDeltaUs = detaUs; in FillpAlg0CalMaxPackRcvInterval()
153 alg->packDeltaUsArray[alg->packDeltaUsArrayIndex] = (FILLP_UINT32)((FILLP_ULONG)detaUs); in FillpAlg0CalMaxPackRcvInterval()
239 FILLP_LLONG detaUs; in FillpAlg0AnalysePack() local
243 detaUs = pcb->pcbInst->curTime - pcb->statistics.debugPcb.packRecvedTimeInterval; in FillpAlg0AnalysePack()
244 if (detaUs == 0) { in FillpAlg0AnalysePack()
249 rate /= detaUs; in FillpAlg0AnalysePack()
253 FillpAlg0CalMaxPackRcvInterval(pcb, detaUs, pack->rate, periodSendRate); in FillpAlg0AnalysePack()