Searched defs:maxLoad (Results 1 – 8 of 8) sorted by relevance
54 Double maxLoad) { in DoSTracker()78 private final Double maxLoad; field in DoSTracker.TrackerTask80 private TrackerTask(String name, Double maxLoad) { in TrackerTask()
61 Double maxLoad = null; in init() local
298 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } in maxLoad() function
302 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } in maxLoad() function