Home
last modified time | relevance | path

Searched refs:tockenTimerNode (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1263 if (!FILLP_TIMING_WHEEL_IS_NODE_ENABLED(&stb->tockenTimerNode)) { in SpungeEnableTokenTimer()
1264 FillpTimingWheelAddTimer(&stb->inst->timingWheel, stb->tockenTimerNode.interval + stb->inst->curTime, in SpungeEnableTokenTimer()
1265 &stb->tockenTimerNode); in SpungeEnableTokenTimer()
1271 if (FILLP_TIMING_WHEEL_IS_NODE_ENABLED(&stb->tockenTimerNode)) { in SpungeDisableTokenTimer()
1272 FillpTimingWheelDelTimer(stb->tockenTimerNode.wheel, &stb->tockenTimerNode); in SpungeDisableTokenTimer()
1289 stb->tockenTimerNode.interval = (FILLP_UINT32)( in SpungeTokenTimerCb()
1291 if (stb->tockenTimerNode.interval > SPUNGE_TOKEN_TIMER_MAX_INTERVAL) { in SpungeTokenTimerCb()
1292 stb->tockenTimerNode.interval = SPUNGE_TOKEN_TIMER_MAX_INTERVAL; in SpungeTokenTimerCb()
1295 stb->tockenTimerNode in SpungeTokenTimerCb()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h88 struct FillpTimingWheelTimerNode tockenTimerNode; member

Completed in 3 milliseconds