Searched refs:Free (Results 26 - 50 of 98) sorted by relevance

1234

/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.h48 virtual status_t Free() = 0;
H A DUnixStreamEndpoint.h43 status_t Free() override;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h116 status_t Free(Transaction& transaction, block_run run);
229 Volume::Free(Transaction& transaction, block_run run) function in class:Volume
231 return fBlockAllocator.Free(transaction, run);
H A DBlockAllocator.cpp63 class Free : public AbstractTraceEntry { class in namespace:BFSBlockTracing
65 Free(block_run run) function in class:BFSBlockTracing::Free
175 inline void Free(uint16 start, uint16 numBlocks);
202 status_t Free(Transaction& transaction, uint16 start, int32 length);
313 AllocationBlock::Free(uint16 start, uint16 numBlocks)
448 AllocationGroup::Free(Transaction& transaction, uint16 start, int32 length)
490 cached.Free(start, freeLength);
1000 BlockAllocator::Free(Transaction& transaction, block_run run)
1010 T(Free(run));
1042 if (fGroups[group].Free(transactio
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp125 void Free(void* buffer);
518 block_cache::Free(void* buffer) function in class:FSShell::block_cache
537 Free(block->current_data);
546 Free(block->compare);
638 Free(block->parent_data);
643 Free(block->original_data);
672 cache->Free(block->compare);
920 cache->Free(block->original_data);
1082 cache->Free(block->original_data);
1087 cache->Free(bloc
[all...]
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp69 void Free(void* buffer);
217 rtm_pool::Free(void* allocated) function in class:rtm_pool
412 pool->Free(allocated);
442 pool->Free(oldBuffer);
468 pool->Free(oldBuffer);
/haiku/src/tests/system/kernel/slab/
H A DSlab.h285 void Free(Type *object) { BaseType::ReturnObject(object); } function in class:TypedCache
408 fSlabCache.Free(slab);
414 fSlabCache.Free(slab);
428 fSlabCache.Free((Slab *)slab);
469 fLinkCache.Free(link);
540 void Free(void *object) function in class:LocalCache
H A DSlab.cpp264 // To better understand both the Alloc() and Free() logic refer to
435 ((MallocLocalCache *)cache)->Free(object);
457 cache.Free(buf[i]);
473 cache.Free(buf[i]);
502 cache.Free(buf[i]);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.cpp45 Free();
60 Free();
101 Stream::Free() function in class:Stream
H A DDevice.h55 status_t Free();
H A DDriver.cpp192 return device->Free();
H A DDevice.cpp53 fMixer.Free();
210 Device::Free() function in class:Device
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.h53 status_t Free();
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h33 status_t Free();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp43 status_t Free(Transaction& transaction, uint32 start,
293 AllocationBlockGroup::Free(Transaction& transaction, uint32 start, function in class:AllocationBlockGroup
296 TRACE("AllocationBlockGroup::Free(): start: %" B_PRIu32 ", length %"
308 panic("AllocationBlockGroup::Free() can't free blocks if uninit\n");
315 TRACE("AllocationBlockGroup::Free(): Largest range in %" B_PRIu32 "-%"
325 TRACE("AllocationGroup::Free(): Unmarked bits in bitmap\n");
350 TRACE("AllocationBlockGroup::Free(): Largest range in %" B_PRIu32 "-%"
366 return Free(transaction, 0, fNumBits);
809 BlockAllocator::Free(Transaction& transaction, fsblock_t start, uint32 length) function in class:BlockAllocator
811 TRACE("BlockAllocator::Free(
[all...]
H A DInodeAllocator.cpp59 InodeAllocator::Free(Transaction& transaction, ino_t id, bool isDirectory) function in class:InodeAllocator
61 TRACE("InodeAllocator::Free(%d, %c)\n", (int)id, isDirectory ? 't' : 'f');
73 panic("InodeAllocator::Free() can't free inodes if uninit\n");
78 TRACE("InodeAllocator::Free(): Updating block group data\n");
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h68 status_t Free();
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h112 status_t Free();
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h59 status_t Free();
/haiku/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp159 AbstractModuleDevice::Free(void* cookie) function in class:AbstractModuleDevice
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp47 void Free();
81 Free();
157 file_map::Free() function in class:file_map
390 ref->map.Free();
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp125 ClientMemoryAllocator::Free(block* freeBlock) function in class:ClientMemoryAllocator
329 fAllocator->Free(fBlock);
/haiku/src/system/boot/loader/
H A Dheap.cpp189 void Free() function in struct:LargeAllocation
289 allocation->Free();
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDriver.cpp229 return device->Free();
/haiku/src/system/kernel/slab/
H A DMemoryManager.h49 static void Free(void* pages, uint32 flags);

Completed in 131 milliseconds

1234