Searched refs:load_report_state (Results 1 – 1 of 1) sorted by relevance
1984 LoadReportState& load_report_state = it->second; in AddClusterDropStats() local1986 if (load_report_state.drop_stats != nullptr) { in AddClusterDropStats()1987 cluster_drop_stats = load_report_state.drop_stats->RefIfNonZero(); in AddClusterDropStats()1990 if (load_report_state.drop_stats != nullptr) { in AddClusterDropStats()1991 load_report_state.deleted_drop_stats += in AddClusterDropStats()1992 load_report_state.drop_stats->GetSnapshotAndReset(); in AddClusterDropStats()1998 load_report_state.drop_stats = cluster_drop_stats.get(); in AddClusterDropStats()2014 LoadReportState& load_report_state = it->second; in RemoveClusterDropStats() local2015 if (load_report_state.drop_stats == cluster_drop_stats) { in RemoveClusterDropStats()2018 load_report_state.deleted_drop_stats += in RemoveClusterDropStats()[all …]