Searched refs:sparse_stats (Results 1 – 1 of 1) sorted by relevance
1156 struct volume_index_stats sparse_stats; in uds_get_volume_index_stats() local1162 get_volume_sub_index_stats(&volume_index->vi_hook, &sparse_stats); in uds_get_volume_index_stats()1163 stats->rebalance_time += sparse_stats.rebalance_time; in uds_get_volume_index_stats()1164 stats->rebalance_count += sparse_stats.rebalance_count; in uds_get_volume_index_stats()1165 stats->record_count += sparse_stats.record_count; in uds_get_volume_index_stats()1166 stats->collision_count += sparse_stats.collision_count; in uds_get_volume_index_stats()1167 stats->discard_count += sparse_stats.discard_count; in uds_get_volume_index_stats()1168 stats->overflow_count += sparse_stats.overflow_count; in uds_get_volume_index_stats()1169 stats->delta_lists += sparse_stats.delta_lists; in uds_get_volume_index_stats()1170 stats->early_flushes += sparse_stats.early_flushes; in uds_get_volume_index_stats()