Searched defs:IsFull (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/kernel/
H A Dtracing.h53 bool IsFull() const { return fSize >= fCapacity; } function in class:TraceOutput
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h51 bool IsFull() const function in struct:HTreeCountLimit
H A DBlockAllocator.cpp212 AllocationBlockGroup::IsFull() const function in class:AllocationBlockGroup
/haiku/src/system/kernel/slab/
H A DObjectDepot.cpp59 DepotMagazine::IsFull() const function in class:DepotMagazine
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp199 bool IsFull() const { return fFreeBits == 0; } function in class:AllocationGroup
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h115 bool IsFull() const { return fRingFree == 0; } function in class:VirtioQueue

Completed in 37 milliseconds