HomeSort by relevance Sort by last modified time
    Searched refs:NextExpire (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Timer.c 306 // Don't use a too large value to init NextExpire
309 Tcb->NextExpire = 65535;
315 TCP_TIME_LT (Tcb->Timer[Index], mTcpTick + Tcb->NextExpire)) {
317 Tcb->NextExpire = TCP_SUB_TIME (Tcb->Timer[Index], mTcpTick);
529 ((--Tcb->NextExpire) > 0)) {
Tcp4Proto.h 206 INT32 NextExpire; ///< Count down offset for the nearest timer
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpTimer.c 351 // Don't use a too large value to init NextExpire
354 Tcb->NextExpire = TCP_EXPIRE_TIME;
360 TCP_TIME_LT (Tcb->Timer[Index], mTcpTick + Tcb->NextExpire)
363 Tcb->NextExpire = TCP_SUB_TIME (Tcb->Timer[Index], mTcpTick);
540 if (!TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_TIMER_ON) || ((--Tcb->NextExpire) > 0)) {
TcpProto.h 283 INT32 NextExpire; ///< Countdown offset for the nearest timer.

Completed in 162 milliseconds