Searched refs:CountReferences (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp133 int32 referenceCount = data->CountReferences();
H A DStringPool.h120 int32 CountReferences() const function in class:StringData
/haiku/src/kits/package/
H A DPackageInfoSet.cpp256 if (fPackageMap->CountReferences() != 1) {
310 if (fPackageMap->CountReferences() == 1)
/haiku/headers/os/support/
H A DReferenceable.h25 int32 CountReferences() const function in class:BReferenceable
/haiku/headers/private/shared/
H A DWeakReferenceable.h53 int32 CountReferences() const function in class:BPrivate::BWeakReferenceable
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h39 int32 CountReferences() const;
/haiku/src/kits/debugger/files/
H A DFileManager.cpp390 if (entry->CountReferences() == 0) {
777 if (entry->file->CountReferences() == 0) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp75 if (fDelegate->CountReferences() > 1) {
/haiku/src/kits/storage/
H A DDriverSettings.cpp91 if (fDelegate->CountReferences() > 1) {
/haiku/src/servers/app/
H A DCursorManager.cpp197 if (cursor->CountReferences() > 0) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.cpp466 if (root->CountReferences() == 1)
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp99 interface->CountReferences());
363 kprintf(" ref count: %" B_PRId32 "\n", CountReferences());
1052 kprintf("ref count: %" B_PRId32 "\n", CountReferences());
H A Dnet_socket.cpp611 if (socket->CountReferences() == 0)
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp888 && partition->CountReferences() == 0
H A DKPartition.cpp127 KPartition::CountReferences() const function in class:KPartition
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp409 FUNCTION(("put_select_sync(%p): -> %ld\n", sync, sync->CountReferences() - 1));

Completed in 183 milliseconds