Searched refs:GetLowestClear (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/util/
H A DBitmap.cpp92 Bitmap::GetLowestClear(size_t fromIndex) const function in class:BKernel::Bitmap
114 ssize_t index = GetLowestClear(fromIndex);
/haiku/headers/private/kernel/util/
H A DBitmap.h40 ssize_t GetLowestClear(size_t fromIndex = 0) const;
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp123 int32 idx = fAllocatedDescs.GetLowestClear();

Completed in 117 milliseconds