Searched refs:fFreePorts (Results 1 – 3 of 3) sorted by relevance
17 fFreePorts(0), in RequestPortPool()79 for (int32 i = fFreePorts; i < fPortCount; i++) { in AcquirePort()94 if (fFreePorts < 1) { in AcquirePort()99 PortAcquirationInfo& info = fPorts[--fFreePorts]; in AcquirePort()113 for (int32 i = fFreePorts; i < fPortCount; i++) { in ReleasePort()118 if (i != fFreePorts) { in ReleasePort()119 fPorts[i] = fPorts[fFreePorts]; in ReleasePort()120 fPorts[fFreePorts].port = port; in ReleasePort()122 fFreePorts++; in ReleasePort()
54 for (int32 i = 0; i < portPool->fFreePorts; i++) { in DebugPortPool()58 for (int32 i = portPool->fFreePorts; i < portPool->fPortCount; i++) { in DebugPortPool()
43 int32 fFreePorts; variable