Searched refs:fGenerationCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/fs/
H A DEntryCache.cpp52 fGenerationCount(0),
85 fGenerationCount = 8;
91 fGenerationCount = 16;
94 fGenerations = new(std::nothrow) EntryCacheGeneration[fGenerationCount];
95 for (int32 i = 0; i < fGenerationCount; i++) {
112 if (fGenerationCount == 0)
261 const int32 newGeneration = (fCurrentGeneration + 1) % fGenerationCount;
H A DEntryCache.h113 int32 fGenerationCount; member in class:EntryCache

Completed in 35 milliseconds