Searched refs:refCount (Results 1 - 25 of 30) sorted by relevance

12

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dnode.h11 int refCount; member in struct:btnode
/haiku-fatelf/src/libs/ncurses/form/
H A Dfty_regex.c24 unsigned long *refCount; member in struct:__anon4828
62 unsigned long *refCount;
95 preg->refCount = (unsigned long *)malloc(sizeof(unsigned long));
97 *(preg->refCount) = 1;
119 pArg->refCount = (unsigned long *)malloc(sizeof(unsigned long));
121 *(pArg->refCount) = 1;
185 *(ap->refCount) += 1;
210 if (--(*(ap->refCount)) == 0)
215 free(ap->refCount);
221 free(ap->refCount);
[all...]
H A Dllib-lform729 unsigned long *refCount;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelIORequest.h22 int32 refCount; member in struct:UserlandFS::HaikuKernelIORequest
29 refCount(1)
H A DHaikuKernelNode.h45 int32 refCount; member in struct:UserlandFS::HaikuKernelNode::Capabilities
52 refCount(1),
H A DHaikuKernelFileSystem.h36 int32 refCount = 1);
H A DHaikuKernelFileSystem.cpp218 request->refCount++;
227 int32 refCount)
231 if ((request->refCount -= refCount) <= 0) {
249 capabilities->refCount++;
276 if (--capabilities->refCount == 0) {
226 PutIORequest(HaikuKernelIORequest* request, int32 refCount) argument
/haiku-fatelf/src/apps/text_search/
H A DGrepApp.cpp55 int32 refCount = 0; local
64 refCount += 1;
69 if (refCount > 0)
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp42 refCount(0)
52 int32 refCount; member in struct:DiskSystemAddOnManager::AddOnImage
61 refCount(1)
67 int32 refCount; member in struct:DiskSystemAddOnManager::AddOn
175 addOn->refCount++;
195 if (addOn->refCount > 1) {
196 addOn->refCount--;
250 if (--addOn->refCount == 0) {
251 if (--addOn->image->refCount == 0)
344 addOnImage->refCount
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerAddOn.h33 uint32 refCount; member in class:VideoMixerAddOn
H A DVideoMixerAddOn.cpp44 refCount = 0;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h31 int32 refCount; member in struct:VNodeOps
38 refCount(1),
H A DFileSystem.cpp561 ops->refCount++;
592 if (--ops->refCount == 0) {
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h84 int32 refCount; member in struct:UserlandFS::FUSENode
92 refCount(1),
H A DFUSEVolume.cpp352 nextNode->refCount++;
702 node->refCount++; // for the entry
862 node->refCount++;
2145 dir->refCount++;
2159 entry->parent->refCount++;
2167 entry->node->refCount++;
2194 entry->node->refCount++;
2221 node->refCount++;
2231 dir->refCount++;
2240 node->refCount
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerAddOn.h56 int32 refCount; member in class:MediaDemultiplexerAddOn
H A DMediaDemultiplexerAddOn.cpp40 refCount = 0;
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp57 int32 refCount = 0; local
62 status_t status = fThreadDataStore->GetInfo("refs", &type, &refCount);
63 if (status != B_OK || refCount < 1) {
69 for (int index = 0; index < refCount; index++) {
115 if (refCount > 1)
137 int32 argc = refCount + 3;
144 for (int index = 0; index < refCount; index++) {
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp296 info->refCount++;
307 info->refCount = 1;
341 if (info->refCount == 0) {
349 if (--info->refCount == 0 && !info->dirty) {
403 if (info->refCount > 0) {
H A DTransaction.h81 int32 refCount; member in struct:Transaction::BlockInfo
/haiku-fatelf/src/bin/
H A Dmountvolume.cpp320 int32 refCount; local
323 status = message->GetInfo("refs", &typeFound, &refCount);
324 if (status != B_OK || refCount < 1) {
333 int32 argc = refCount + 1;
337 for (int32 i = 0; i < refCount; i++) {
/haiku-fatelf/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.h90 int32 refCount; member in class:AbstractFileInterfaceAddOn
H A DAbstractFileInterfaceAddOn.cpp37 refCount = 0;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Drpc_workers.h11 int refCount; member in struct:btnode
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp531 AcquireDataHeader(data_header* header, int32 refCount) argument
534 fRefCount(refCount)
552 ReleaseDataHeader(data_header* header, int32 refCount) argument
555 fRefCount(refCount)
826 int32 refCount = atomic_add(&header->ref_count, -1); local
827 T2(ReleaseDataHeader(header, refCount - 1));
828 if (refCount != 1)
839 int32 refCount = atomic_add(&header->ref_count, 1); local
840 (void)refCount;
841 T2(AcquireDataHeader(header, refCount
[all...]

Completed in 248 milliseconds

12