Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
117 atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release); in init()
125 auto *E = reinterpret_cast<ExtentsPadded *>(&ExtentsBackingStore->Data + 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()
[all …]
H A Dxray_buffer_queue.h64 ControlBlock *ExtentsBackingStore = nullptr; member
148 ControlBlock *ExtentsBackingStore; variable