Home
last modified time | relevance | path

Searched refs:time_filter_small (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dtim_filter.h62 struct time_filter_small { struct
105 int setup_time_filter_small(struct time_filter_small *tf,
107 void reset_time_small(struct time_filter_small *tf, uint32_t time_len);
108 void forward_filter_clock_small(struct time_filter_small *tf,
110 void tick_filter_clock_small(struct time_filter_small *tf, uint32_t now);
111 uint32_t apply_filter_min_small(struct time_filter_small *tf,
113 uint32_t apply_filter_max_small(struct time_filter_small *tf,
115 void filter_reduce_by_small(struct time_filter_small *tf,
117 void filter_increase_by_small(struct time_filter_small *tf,
120 get_filter_value_small(struct time_filter_small *tf) in get_filter_value_small()
[all …]
/f-stack/freebsd/kern/
H A Dsubr_filter.c44 reset_time_small(struct time_filter_small *tf, uint32_t time_len) in reset_time_small()
106 setup_time_filter_small(struct time_filter_small *tf, int fil_type, uint32_t time_len) in setup_time_filter_small()
172 check_update_times_small(struct time_filter_small *tf, uint32_t value, uint32_t now) in check_update_times_small()
227 filter_reduce_by_small(struct time_filter_small *tf, uint32_t reduce_by, uint32_t now) in filter_reduce_by_small()
264 filter_increase_by_small(struct time_filter_small *tf, uint32_t incr_by, uint32_t now) in filter_increase_by_small()
295 forward_filter_clock_small(struct time_filter_small *tf, uint32_t ticks_forward) in forward_filter_clock_small()
340 tick_filter_clock_small(struct time_filter_small *tf, uint32_t now) in tick_filter_clock_small()
397 apply_filter_min_small(struct time_filter_small *tf, in apply_filter_min_small()
450 apply_filter_max_small(struct time_filter_small *tf, in apply_filter_max_small()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h356 struct time_filter_small rc_gp_min_rtt;
H A Dtcp_bbr.h608 struct time_filter_small rc_rttprop;