Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtim_filter.h60 struct time_filter_small { struct
103 int setup_time_filter_small(struct time_filter_small *tf,
105 void reset_time_small(struct time_filter_small *tf, uint32_t time_len);
106 void forward_filter_clock_small(struct time_filter_small *tf,
108 void tick_filter_clock_small(struct time_filter_small *tf, uint32_t now);
109 uint32_t apply_filter_min_small(struct time_filter_small *tf,
111 uint32_t apply_filter_max_small(struct time_filter_small *tf,
113 void filter_reduce_by_small(struct time_filter_small *tf,
115 void filter_increase_by_small(struct time_filter_small *tf,
118 get_filter_value_small(struct time_filter_small *tf) in get_filter_value_small()
[all …]
/freebsd/sys/kern/
H A Dsubr_filter.c43 reset_time_small(struct time_filter_small *tf, uint32_t time_len) in reset_time_small()
105 setup_time_filter_small(struct time_filter_small *tf, int fil_type, uint32_t time_len) in setup_time_filter_small()
171 check_update_times_small(struct time_filter_small *tf, uint32_t value, uint32_t now) in check_update_times_small()
226 filter_reduce_by_small(struct time_filter_small *tf, uint32_t reduce_by, uint32_t now) in filter_reduce_by_small()
263 filter_increase_by_small(struct time_filter_small *tf, uint32_t incr_by, uint32_t now) in filter_increase_by_small()
294 forward_filter_clock_small(struct time_filter_small *tf, uint32_t ticks_forward) in forward_filter_clock_small()
339 tick_filter_clock_small(struct time_filter_small *tf, uint32_t now) in tick_filter_clock_small()
396 apply_filter_min_small(struct time_filter_small *tf, in apply_filter_min_small()
449 apply_filter_max_small(struct time_filter_small *tf, in apply_filter_max_small()
/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h606 struct time_filter_small rc_rttprop;
H A Dtcp_rack.h477 struct time_filter_small rc_gp_min_rtt;