Searched refs:drop_stats (Results 1 – 2 of 2) sorted by relevance
1986 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()1992 load_report_state.drop_stats->GetSnapshotAndReset(); in AddClusterDropStats()1998 load_report_state.drop_stats = cluster_drop_stats.get(); in AddClusterDropStats()2015 if (load_report_state.drop_stats == cluster_drop_stats) { in RemoveClusterDropStats()2019 load_report_state.drop_stats->GetSnapshotAndReset(); in RemoveClusterDropStats()2020 load_report_state.drop_stats = nullptr; in RemoveClusterDropStats()2143 if (load_report.drop_stats != nullptr) { in BuildLoadReportSnapshotLocked()2145 load_report.drop_stats->GetSnapshotAndReset(); in BuildLoadReportSnapshotLocked()[all …]
282 XdsClusterDropStats* drop_stats = nullptr; member