/aosp_15_r20/external/rust/crates/quiche/src/recovery/bbr/ |
D | per_ack.rs | 49 r: &mut Recovery, packet: &Acked, now: Instant, in bbr_update_model_and_state() 59 pub fn bbr_update_control_parameters(r: &mut Recovery, now: Instant) { in bbr_update_control_parameters() 74 fn bbr_update_btlbw(r: &mut Recovery, packet: &Acked) { in bbr_update_btlbw() 91 fn bbr_update_round(r: &mut Recovery, packet: &Acked) { in bbr_update_round() 105 fn bbr_update_rtprop(r: &mut Recovery, now: Instant) { in bbr_update_rtprop() 118 fn bbr_set_send_quantum(r: &mut Recovery) { in bbr_set_send_quantum() 131 fn bbr_inflight(r: &mut Recovery, gain: f64) -> usize { in bbr_inflight() 144 fn bbr_update_target_cwnd(r: &mut Recovery) { in bbr_update_target_cwnd() 158 pub fn bbr_restore_cwnd(r: &mut Recovery) { in bbr_restore_cwnd() 162 fn bbr_modulate_cwnd_for_recovery(r: &mut Recovery) { in bbr_modulate_cwnd_for_recovery() [all …]
|
D | mod.rs | 255 fn bbr_enter_recovery(r: &mut Recovery, now: Instant) { in bbr_enter_recovery() 270 fn bbr_exit_recovery(r: &mut Recovery) { in bbr_exit_recovery() 281 fn on_init(r: &mut Recovery) { in on_init() 285 fn reset(r: &mut Recovery) { in reset() 291 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() 298 r: &mut Recovery, packets: &[Acked], _epoch: packet::Epoch, now: Instant, in on_packets_acked() 323 r: &mut Recovery, lost_bytes: usize, time_sent: Instant, in congestion_event() 335 fn collapse_cwnd(r: &mut Recovery) { in collapse_cwnd() 341 fn checkpoint(_r: &mut Recovery) {} in checkpoint() 351 fn debug_fmt(r: &Recovery, f: &mut std::fmt::Formatter) -> std::fmt::Result { in debug_fmt()
|
D | init.rs | 37 pub fn bbr_init(r: &mut Recovery) { in bbr_init() 54 fn bbr_init_round_counting(r: &mut Recovery) { in bbr_init_round_counting() 63 fn bbr_init_pacing_rate(r: &mut Recovery) { in bbr_init_pacing_rate() 78 pub fn bbr_enter_startup(r: &mut Recovery) { in bbr_enter_startup() 87 fn bbr_init_full_pipe(r: &mut Recovery) { in bbr_init_full_pipe()
|
D | per_transmit.rs | 33 pub fn bbr_on_transmit(r: &mut Recovery) { in bbr_on_transmit() 38 fn bbr_handle_restart_from_idle(r: &mut Recovery) { in bbr_handle_restart_from_idle()
|
D | pacing.rs | 33 pub fn bbr_set_pacing_rate_with_gain(r: &mut Recovery, pacing_gain: f64) { in bbr_set_pacing_rate_with_gain() 41 pub fn bbr_set_pacing_rate(r: &mut Recovery) { in bbr_set_pacing_rate()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/bbr/ |
D | per_ack.rs | 49 r: &mut Recovery, packet: &Acked, now: Instant, in bbr_update_model_and_state() 59 pub fn bbr_update_control_parameters(r: &mut Recovery, now: Instant) { in bbr_update_control_parameters() 74 fn bbr_update_btlbw(r: &mut Recovery, packet: &Acked) { in bbr_update_btlbw() 91 fn bbr_update_round(r: &mut Recovery, packet: &Acked) { in bbr_update_round() 105 fn bbr_update_rtprop(r: &mut Recovery, now: Instant) { in bbr_update_rtprop() 118 fn bbr_set_send_quantum(r: &mut Recovery) { in bbr_set_send_quantum() 131 fn bbr_inflight(r: &mut Recovery, gain: f64) -> usize { in bbr_inflight() 144 fn bbr_update_target_cwnd(r: &mut Recovery) { in bbr_update_target_cwnd() 158 pub fn bbr_restore_cwnd(r: &mut Recovery) { in bbr_restore_cwnd() 162 fn bbr_modulate_cwnd_for_recovery(r: &mut Recovery) { in bbr_modulate_cwnd_for_recovery() [all …]
|
D | mod.rs | 255 fn bbr_enter_recovery(r: &mut Recovery, now: Instant) { in bbr_enter_recovery() 270 fn bbr_exit_recovery(r: &mut Recovery) { in bbr_exit_recovery() 281 fn on_init(r: &mut Recovery) { in on_init() 285 fn reset(r: &mut Recovery) { in reset() 291 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() 298 r: &mut Recovery, packets: &[Acked], _epoch: packet::Epoch, now: Instant, in on_packets_acked() 323 r: &mut Recovery, lost_bytes: usize, time_sent: Instant, in congestion_event() 335 fn collapse_cwnd(r: &mut Recovery) { in collapse_cwnd() 341 fn checkpoint(_r: &mut Recovery) {} in checkpoint() 351 fn debug_fmt(r: &Recovery, f: &mut std::fmt::Formatter) -> std::fmt::Result { in debug_fmt()
|
D | init.rs | 37 pub fn bbr_init(r: &mut Recovery) { in bbr_init() 54 fn bbr_init_round_counting(r: &mut Recovery) { in bbr_init_round_counting() 63 fn bbr_init_pacing_rate(r: &mut Recovery) { in bbr_init_pacing_rate() 78 pub fn bbr_enter_startup(r: &mut Recovery) { in bbr_enter_startup() 87 fn bbr_init_full_pipe(r: &mut Recovery) { in bbr_init_full_pipe()
|
D | per_transmit.rs | 33 pub fn bbr_on_transmit(r: &mut Recovery) { in bbr_on_transmit() 38 fn bbr_handle_restart_from_idle(r: &mut Recovery) { in bbr_handle_restart_from_idle()
|
D | pacing.rs | 33 pub fn bbr_set_pacing_rate_with_gain(r: &mut Recovery, pacing_gain: f64) { in bbr_set_pacing_rate_with_gain() 41 pub fn bbr_set_pacing_rate(r: &mut Recovery) { in bbr_set_pacing_rate()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/ |
D | mod.rs | 79 pub struct Recovery { struct 80 loss_detection_timer: Option<Instant>, 82 pto_count: u32, 84 time_of_last_sent_ack_eliciting_pkt: 87 largest_acked_pkt: [u64; packet::Epoch::count()], 89 largest_sent_pkt: [u64; packet::Epoch::count()], 91 latest_rtt: Duration, 93 smoothed_rtt: Option<Duration>, 95 rttvar: Duration, 97 minmax_filter: minmax::Minmax<Duration>, [all …]
|
D | reno.rs | 54 pub fn on_init(_r: &mut Recovery) {} in on_init() 56 pub fn reset(_r: &mut Recovery) {} in reset() 58 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() 63 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked() 71 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked() 110 r: &mut Recovery, _lost_bytes: usize, time_sent: Instant, in congestion_event() 138 pub fn collapse_cwnd(r: &mut Recovery) { in collapse_cwnd() 148 fn checkpoint(_r: &mut Recovery) {} in checkpoint() 158 fn debug_fmt(_r: &Recovery, _f: &mut std::fmt::Formatter) -> std::fmt::Result { in debug_fmt()
|
D | cubic.rs | 149 fn on_init(_r: &mut Recovery) {} in on_init() 151 fn reset(r: &mut Recovery) { in reset() 155 fn collapse_cwnd(r: &mut Recovery) { in collapse_cwnd() 174 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() 200 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked() 208 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked() 350 r: &mut Recovery, _lost_bytes: usize, time_sent: Instant, in congestion_event() 396 fn checkpoint(r: &mut Recovery) { in checkpoint() 428 fn debug_fmt(r: &Recovery, f: &mut std::fmt::Formatter) -> std::fmt::Result { in debug_fmt()
|
/aosp_15_r20/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 79 pub struct Recovery { struct 80 loss_detection_timer: Option<Instant>, 82 pto_count: u32, 84 time_of_last_sent_ack_eliciting_pkt: 87 largest_acked_pkt: [u64; packet::Epoch::count()], 89 largest_sent_pkt: [u64; packet::Epoch::count()], 91 latest_rtt: Duration, 93 smoothed_rtt: Option<Duration>, 95 rttvar: Duration, 97 minmax_filter: minmax::Minmax<Duration>, [all …]
|
D | reno.rs | 54 pub fn on_init(_r: &mut Recovery) {} in on_init() 56 pub fn reset(_r: &mut Recovery) {} in reset() 58 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() 63 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked() 71 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked() 110 r: &mut Recovery, _lost_bytes: usize, time_sent: Instant, in congestion_event() 138 pub fn collapse_cwnd(r: &mut Recovery) { in collapse_cwnd() 148 fn checkpoint(_r: &mut Recovery) {} in checkpoint() 158 fn debug_fmt(_r: &Recovery, _f: &mut std::fmt::Formatter) -> std::fmt::Result { in debug_fmt()
|
D | cubic.rs | 149 fn on_init(_r: &mut Recovery) {} in on_init() 151 fn reset(r: &mut Recovery) { in reset() 155 fn collapse_cwnd(r: &mut Recovery) { in collapse_cwnd() 174 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() 200 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked() 208 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked() 350 r: &mut Recovery, _lost_bytes: usize, time_sent: Instant, in congestion_event() 396 fn checkpoint(r: &mut Recovery) { in checkpoint() 428 fn debug_fmt(r: &Recovery, f: &mut std::fmt::Formatter) -> std::fmt::Result { in debug_fmt()
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/ |
H A D | boot_mode.rs | 160 Recovery, enumerator
|
H A D | boot_reason.rs | 29 Recovery, enumerator
|
H A D | slots.rs | 245 Recovery(RecoveryTarget), enumerator
|
/aosp_15_r20/system/linkerconfig/contents/include/linkerconfig/ |
H A D | context.h | 37 Recovery, enumerator
|
/aosp_15_r20/external/leveldb/doc/ |
H A D | impl.md | 158 ## Recovery section
|
/aosp_15_r20/bootable/libbootloader/gbl/libmisc/src/ |
H A D | lib.rs | 38 Recovery, enumerator
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | h4_parser_unittest.cc | 140 TEST_F(H4ParserTest, Recovery) { in TEST_F() argument
|
/aosp_15_r20/build/soong/fsgen/ |
H A D | prebuilt_etc_modules_gen.go | 163 Recovery *bool member
|
/aosp_15_r20/external/leveldb/db/ |
H A D | corruption_test.cc | 193 TEST_F(CorruptionTest, Recovery) { in TEST_F() argument
|