Searched refs:reduce_by (Results 1 – 2 of 2) sorted by relevance
207 filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now) in filter_reduce_by() argument215 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() argument235 if (reduce_by < tf->entries[0].value) in filter_reduce_by_small()236 tf->entries[0].value -= reduce_by; in filter_reduce_by_small()
91 void filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now);116 uint32_t reduce_by, uint32_t now);