Searched refs:reduce_by (Results 1 – 2 of 2) sorted by relevance
206 filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now) in filter_reduce_by() argument214 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() argument234 if (reduce_by < tf->entries[0].value) in filter_reduce_by_small()235 tf->entries[0].value -= reduce_by; in filter_reduce_by_small()
89 void filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now);114 uint32_t reduce_by, uint32_t now);