Home
last modified time | relevance | path

Searched full:bdp_estimator (Results 1 – 25 of 28) sorted by relevance

12

/third_party/grpc/src/core/lib/transport/
Dbdp_estimator.cc19 #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()
Dbdp_estimator.h50 GRPC_TRACE_LOG(bdp_estimator, INFO) in SchedulePing()
62 GRPC_TRACE_LOG(bdp_estimator, INFO) in StartPing()
/third_party/grpc/test/core/transport/chttp2/
Dflow_control_fuzzer.cc39 #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()
Dflow_control_test.cc27 #include "src/core/lib/transport/bdp_estimator.h"
141 BdpEstimator* bdp = tfc.bdp_estimator(); in TEST_F()
/third_party/grpc/src/core/lib/debug/
Dtrace_flags.cc53 TraceFlag bdp_estimator_trace(false, "bdp_estimator");
138 {"bdp_estimator", &bdp_estimator_trace}, in GetAllTraceFlags()
Dtrace_flags.yaml40 bdp_estimator:
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc62 #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()
Dflow_control.h38 #include "src/core/lib/transport/bdp_estimator.h"
264 BdpEstimator* bdp_estimator() { return &bdp_estimator_; } in bdp_estimator() function
Dparsing.cc66 #include "src/core/lib/transport/bdp_estimator.h"
538 grpc_core::BdpEstimator* bdp_est = t->flow_control.bdp_estimator(); in init_data_frame_parser()
Dchttp2_transport.cc95 #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/
Dbdp_estimator_test.cc19 #include "src/core/lib/transport/bdp_estimator.h"
/third_party/grpc/doc/
Dtrace_flags.md15 - bdp_estimator - Behavior of bdp estimation logic.
/third_party/grpc/src/core/
DBUILD3039 name = "bdp_estimator",
3041 "lib/transport/bdp_estimator.cc",
3043 hdrs = ["lib/transport/bdp_estimator.h"],
7560 "bdp_estimator",
/third_party/grpc/
DPackage.swift1620 "src/core/lib/transport/bdp_estimator.cc",
1621 "src/core/lib/transport/bdp_estimator.h",
DgRPC-Core.podspec1737 'src/core/lib/transport/bdp_estimator.cc',
1738 'src/core/lib/transport/bdp_estimator.h',
3272 'src/core/lib/transport/bdp_estimator.h',
DgRPC-C++.podspec1121 'src/core/lib/transport/bdp_estimator.h',
2417 'src/core/lib/transport/bdp_estimator.h',
DBUILD.gn902 "${GRPC_DIR}/src/core/lib/transport/bdp_estimator.cc",
Dconfig.w32656 "src\\core\\lib\\transport\\bdp_estimator.cc " +
Dconfig.m4691 src/core/lib/transport/bdp_estimator.cc \
DMakefile1316 src/core/lib/transport/bdp_estimator.cc \
DBUILD4821 "//src/core:bdp_estimator",
Dgrpc.gemspec1622 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/
DDoxyfile.core.internal2398 src/core/lib/transport/bdp_estimator.cc \
2399 src/core/lib/transport/bdp_estimator.h \
DDoxyfile.c++.internal2587 src/core/lib/transport/bdp_estimator.cc \
2588 src/core/lib/transport/bdp_estimator.h \
/third_party/grpc/src/python/grpcio/
Dgrpc_core_dependencies.py665 'src/core/lib/transport/bdp_estimator.cc',

12