Home
last modified time | relevance | path

Searched refs:ExtentsBackingStore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp94 ExtentsBackingStore = allocControlBlock(kExtentsSize, BufferCount); in init()
95 if (ExtentsBackingStore == nullptr) in init()
101 deallocControlBlock(ExtentsBackingStore, kExtentsSize, BufferCount); in init()
102 ExtentsBackingStore = nullptr; in init()
132 Buf.ExtentsBackingStore = ExtentsBackingStore; in init()
152 ExtentsBackingStore(nullptr),
177 incRefCount(ExtentsBackingStore); in getBuffer()
193 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
211 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
229 decRefCount(ExtentsBackingStore, kExtentsSize, BufferCount); in cleanupBuffers()
[all …]
H A Dxray_buffer_queue.h63 ControlBlock *ExtentsBackingStore = nullptr; member
147 ControlBlock *ExtentsBackingStore; variable