Home
last modified time | relevance | path

Searched refs:RandomEarlyDetection (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/backoff/
H A Drandom_early_detection_test.cc26 RandomEarlyDetection red(100, 200); in TEST()
33 RandomEarlyDetection red(100, 200); in TEST()
51 TEST(RandomEarlyDetection, MustRejectWorks) { in TEST() argument
52 RandomEarlyDetection red(100, 200); in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/backoff/
Drandom_early_detection.h30 class RandomEarlyDetection {
32 RandomEarlyDetection() : soft_limit_(INT_MAX), hard_limit_(INT_MAX) {} in RandomEarlyDetection() function
33 RandomEarlyDetection(uint64_t soft_limit, uint64_t hard_limit) in RandomEarlyDetection() function
Drandom_early_detection.cc21 bool RandomEarlyDetection::Reject(uint64_t size) { in Reject()
/aosp_15_r20/external/grpc-grpc/src/core/lib/backoff/
H A Drandom_early_detection.h30 class RandomEarlyDetection {
32 RandomEarlyDetection() : soft_limit_(INT_MAX), hard_limit_(INT_MAX) {} in RandomEarlyDetection() function
33 RandomEarlyDetection(uint64_t soft_limit, uint64_t hard_limit) in RandomEarlyDetection() function
H A Drandom_early_detection.cc23 bool RandomEarlyDetection::Reject(uint64_t size, absl::BitGenRef bitsrc) const { in Reject()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parser.h244 RandomEarlyDetection metadata_early_detection;
H A Dparsing.cc668 grpc_core::RandomEarlyDetection( in init_header_frame_parser()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h242 RandomEarlyDetection metadata_early_detection;
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dserver.h492 RandomEarlyDetection pending_backlog_protector_ ABSL_GUARDED_BY(mu_call_){ in ABSL_GUARDED_BY()