Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_filter.c206 filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now) in filter_reduce_by() argument
214 if (reduce_by < tf->entries[0].value) in filter_reduce_by()
215 tf->entries[0].value -= reduce_by; in filter_reduce_by()
226 filter_reduce_by_small(struct time_filter_small *tf, uint32_t reduce_by, uint32_t now) in filter_reduce_by_small() argument
234 if (reduce_by < tf->entries[0].value) in filter_reduce_by_small()
235 tf->entries[0].value -= reduce_by; in filter_reduce_by_small()
/freebsd/sys/sys/
H A Dtim_filter.h89 void filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now);
114 uint32_t reduce_by, uint32_t now);