Lines Matching refs:ExtentsBackingStore
94 ExtentsBackingStore = allocControlBlock(kExtentsSize, BufferCount); in init()
95 if (ExtentsBackingStore == nullptr) in init()
101 deallocControlBlock(ExtentsBackingStore, kExtentsSize, BufferCount); in init()
102 ExtentsBackingStore = nullptr; in init()
116 atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release); in init()
124 auto *E = reinterpret_cast<ExtentsPadded *>(&ExtentsBackingStore->Data + 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()
231 ExtentsBackingStore = nullptr; in cleanupBuffers()