Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cc95 ExtentsBackingStore = allocControlBlock(kExtentsSize, BufferCount); in init()
96 if (ExtentsBackingStore == nullptr) in init()
102 deallocControlBlock(ExtentsBackingStore, kExtentsSize, BufferCount); in init()
103 ExtentsBackingStore = nullptr; in init()
133 Buf.ExtentsBackingStore = ExtentsBackingStore; in init()
153 ExtentsBackingStore(nullptr),
178 incRefCount(ExtentsBackingStore); in getBuffer()
194 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
212 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
230 decRefCount(ExtentsBackingStore, kExtentsSize, BufferCount); in cleanupBuffers()
[all …]
H A Dxray_buffer_queue.h64 ControlBlock *ExtentsBackingStore = nullptr; member
148 ControlBlock *ExtentsBackingStore; variable