Searched refs:ExtentsBackingStore (Results 1 – 2 of 2) sorted by relevance
95 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 …]
64 ControlBlock *ExtentsBackingStore = nullptr; member148 ControlBlock *ExtentsBackingStore; variable