Searched refs:AllocationRingBufferSize (Results 1 – 1 of 1) sorted by relevance
1501 u32 AllocationRingBufferSize = in initRingBuffer() local1503 if (AllocationRingBufferSize < 1) in initRingBuffer()1508 roundUpTo(ringBufferSizeInBytes(AllocationRingBufferSize), getPageSizeCached()), in initRingBuffer()1511 RingBuffer->Size = AllocationRingBufferSize; in initRingBuffer()1518 static constexpr size_t ringBufferSizeInBytes(u32 AllocationRingBufferSize) { in ringBufferSizeInBytes() argument1520 AllocationRingBufferSize * in ringBufferSizeInBytes()