Searched full:bdp_estimator (Results 1 – 25 of 28) sorted by relevance
12
| /third_party/grpc/src/core/lib/transport/ |
| D | bdp_estimator.cc | 19 #include "src/core/lib/transport/bdp_estimator.h" 49 GRPC_TRACE_LOG(bdp_estimator, INFO) in CompletePing() 57 GRPC_TRACE_LOG(bdp_estimator, INFO) in CompletePing() 71 GRPC_TRACE_LOG(bdp_estimator, INFO) in CompletePing()
|
| D | bdp_estimator.h | 50 GRPC_TRACE_LOG(bdp_estimator, INFO) in SchedulePing() 62 GRPC_TRACE_LOG(bdp_estimator, INFO) in StartPing()
|
| /third_party/grpc/test/core/transport/chttp2/ |
| D | flow_control_fuzzer.cc | 39 #include "src/core/lib/transport/bdp_estimator.h" 234 next_bdp_ping_ = tfc_->bdp_estimator()->CompletePing(); in Perform() 242 if (auto* bdp = tfc_->bdp_estimator()) { in Perform() 302 if (auto* bdp = tfc_->bdp_estimator()) { in Perform()
|
| D | flow_control_test.cc | 27 #include "src/core/lib/transport/bdp_estimator.h" 141 BdpEstimator* bdp = tfc.bdp_estimator(); in TEST_F()
|
| /third_party/grpc/src/core/lib/debug/ |
| D | trace_flags.cc | 53 TraceFlag bdp_estimator_trace(false, "bdp_estimator"); 138 {"bdp_estimator", &bdp_estimator_trace}, in GetAllTraceFlags()
|
| D | trace_flags.yaml | 40 bdp_estimator:
|
| /third_party/grpc/src/core/ext/transport/chttp2/transport/ |
| D | writing.cc | 62 #include "src/core/lib/transport/bdp_estimator.h" 135 GRPC_TRACE_FLAG_ENABLED(bdp_estimator) || in maybe_initiate_ping() 147 GRPC_TRACE_FLAG_ENABLED(bdp_estimator) || in maybe_initiate_ping() 160 GRPC_TRACE_FLAG_ENABLED(bdp_estimator) || in maybe_initiate_ping()
|
| D | flow_control.h | 38 #include "src/core/lib/transport/bdp_estimator.h" 264 BdpEstimator* bdp_estimator() { return &bdp_estimator_; } in bdp_estimator() function
|
| D | parsing.cc | 66 #include "src/core/lib/transport/bdp_estimator.h" 538 grpc_core::BdpEstimator* bdp_est = t->flow_control.bdp_estimator(); in init_data_frame_parser()
|
| D | chttp2_transport.cc | 95 #include "src/core/lib/transport/bdp_estimator.h" 2882 tp->flow_control.bdp_estimator()->SchedulePing(); in schedule_bdp_ping_locked() 2912 t->flow_control.bdp_estimator()->StartPing(); in start_bdp_ping_locked() 2941 t->flow_control.bdp_estimator()->CompletePing(); in finish_bdp_ping_locked() 2965 if (t->flow_control.bdp_estimator()->accumulator() == 0) { in next_bdp_ping_timer_expired_locked()
|
| /third_party/grpc/test/core/transport/ |
| D | bdp_estimator_test.cc | 19 #include "src/core/lib/transport/bdp_estimator.h"
|
| /third_party/grpc/doc/ |
| D | trace_flags.md | 15 - bdp_estimator - Behavior of bdp estimation logic.
|
| /third_party/grpc/src/core/ |
| D | BUILD | 3039 name = "bdp_estimator", 3041 "lib/transport/bdp_estimator.cc", 3043 hdrs = ["lib/transport/bdp_estimator.h"], 7560 "bdp_estimator",
|
| /third_party/grpc/ |
| D | Package.swift | 1620 "src/core/lib/transport/bdp_estimator.cc", 1621 "src/core/lib/transport/bdp_estimator.h",
|
| D | gRPC-Core.podspec | 1737 'src/core/lib/transport/bdp_estimator.cc', 1738 'src/core/lib/transport/bdp_estimator.h', 3272 'src/core/lib/transport/bdp_estimator.h',
|
| D | gRPC-C++.podspec | 1121 'src/core/lib/transport/bdp_estimator.h', 2417 'src/core/lib/transport/bdp_estimator.h',
|
| D | BUILD.gn | 902 "${GRPC_DIR}/src/core/lib/transport/bdp_estimator.cc",
|
| D | config.w32 | 656 "src\\core\\lib\\transport\\bdp_estimator.cc " +
|
| D | config.m4 | 691 src/core/lib/transport/bdp_estimator.cc \
|
| D | Makefile | 1316 src/core/lib/transport/bdp_estimator.cc \
|
| D | BUILD | 4821 "//src/core:bdp_estimator",
|
| D | grpc.gemspec | 1622 s.files += %w( src/core/lib/transport/bdp_estimator.cc ) 1623 s.files += %w( src/core/lib/transport/bdp_estimator.h )
|
| /third_party/grpc/tools/doxygen/ |
| D | Doxyfile.core.internal | 2398 src/core/lib/transport/bdp_estimator.cc \ 2399 src/core/lib/transport/bdp_estimator.h \
|
| D | Doxyfile.c++.internal | 2587 src/core/lib/transport/bdp_estimator.cc \ 2588 src/core/lib/transport/bdp_estimator.h \
|
| /third_party/grpc/src/python/grpcio/ |
| D | grpc_core_dependencies.py | 665 'src/core/lib/transport/bdp_estimator.cc',
|
12