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