Searched refs:fUseCount (Results 1 – 7 of 7) sorted by relevance
18 fUseCount(1), in WeakPointer()34 count = atomic_get(&fUseCount); in Get()39 } while (atomic_test_and_set(&fUseCount, count + 1, count) != count); in Get()48 const int32 count = atomic_add(&fUseCount, -1); in Put()63 return fUseCount; in UseCount()70 atomic_add(&fUseCount, 1); in GetUnchecked()87 atomic_test_and_set(&fPointer->fUseCount, 0, 1); in ~BWeakReferenceable()
67 uint32 fUseCount; variable79 fUseCount++; in IncUsage()90 fUseCount--; in DecUsage()
26 fUseCount(0), in NFS4Server()41 fUseCount = 0; in ~NFS4Server()90 fUseCount += fs->OpenFilesCount(); in AddFileSystem()103 fUseCount -= fs->OpenFilesCount(); in RemoveFileSystem()111 if ((fUseCount == 0 && fClientIdLastUse + (time_t)LeaseTime() < time(NULL)) in ClientId()239 if (fUseCount == 0) { in _Renewal()241 if (fUseCount == 0) { in _Renewal()
20 fUseCount(0), in LockOwner()40 fOwner->fUseCount++; in LockInfo()46 fOwner->fUseCount--; in ~LockInfo()
29 uint32 fUseCount; member
98 if (owner->fUseCount == 0) { in DeleteLock()
35 int32 fUseCount; variable