Home
last modified time | relevance | path

Searched refs:reduce_by (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_filter.c207 filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now) in filter_reduce_by() argument
215 if (reduce_by < tf->entries[0].value) in filter_reduce_by()
216 tf->entries[0].value -= reduce_by; in filter_reduce_by()
227 filter_reduce_by_small(struct time_filter_small *tf, uint32_t reduce_by, uint32_t now) in filter_reduce_by_small() argument
235 if (reduce_by < tf->entries[0].value) in filter_reduce_by_small()
236 tf->entries[0].value -= reduce_by; in filter_reduce_by_small()
/f-stack/freebsd/sys/
H A Dtim_filter.h91 void filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now);
116 uint32_t reduce_by, uint32_t now);