Home
last modified time | relevance | path

Searched defs:Recovery (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/rust/crates/quiche/src/recovery/bbr/
Dper_ack.rs49 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 …]
Dmod.rs255 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()
Dinit.rs37 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()
Dper_transmit.rs33 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()
Dpacing.rs33 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/
Dper_ack.rs49 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 …]
Dmod.rs255 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()
Dinit.rs37 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()
Dper_transmit.rs33 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()
Dpacing.rs33 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/
Dmod.rs79 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 …]
Dreno.rs54 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()
Dcubic.rs149 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/
Dmod.rs79 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 …]
Dreno.rs54 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()
Dcubic.rs149 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 Dboot_mode.rs160 Recovery, enumerator
H A Dboot_reason.rs29 Recovery, enumerator
H A Dslots.rs245 Recovery(RecoveryTarget), enumerator
/aosp_15_r20/system/linkerconfig/contents/include/linkerconfig/
H A Dcontext.h37 Recovery, enumerator
/aosp_15_r20/external/leveldb/doc/
H A Dimpl.md158 ## Recovery section
/aosp_15_r20/bootable/libbootloader/gbl/libmisc/src/
H A Dlib.rs38 Recovery, enumerator
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/
Dh4_parser_unittest.cc140 TEST_F(H4ParserTest, Recovery) { in TEST_F() argument
/aosp_15_r20/build/soong/fsgen/
H A Dprebuilt_etc_modules_gen.go163 Recovery *bool member
/aosp_15_r20/external/leveldb/db/
H A Dcorruption_test.cc193 TEST_F(CorruptionTest, Recovery) { in TEST_F() argument

12