Searched refs:m_clusterPreloadCount (Results 1 – 6 of 6) sorted by relevance
677 m_clusterPreloadCount(0), in Segment()681 const long count = m_clusterCount + m_clusterPreloadCount; in ~Segment()1220 if (m_clusterPreloadCount > 0) { in DoLoadCluster()1249 --m_clusterPreloadCount; in DoLoadCluster()1339 const long count = m_clusterCount + m_clusterPreloadCount; in AppendCluster()1367 if (m_clusterPreloadCount > 0) { in AppendCluster()1372 Cluster** q = p + m_clusterPreloadCount; in AppendCluster()1398 const long count = m_clusterCount + m_clusterPreloadCount; in PreloadCluster()1444 ++m_clusterPreloadCount; in PreloadCluster()2141 const long count = m_clusterCount + m_clusterPreloadCount; in GetBlock()[all …]
1121 long m_clusterPreloadCount; // number of entries for which m_index < 0 variable