Searched refs:removeCostlyAlert (Results 1 – 2 of 2) sorted by relevance
154 int removeCostlyAlert(const char *costName, int64_t *alertBytes);
1013 return removeCostlyAlert("shared", &sharedAlertBytes); in removeSharedAlert()1059 return removeCostlyAlert(iface, &it->alert); in removeInterfaceAlert()1092 int BandwidthController::removeCostlyAlert(const char *costName, int64_t *alertBytes) { in removeCostlyAlert() function in BandwidthController