Searched refs:incr_by (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/sys/
H A Dtim_filter.h90 void filter_increase_by(struct time_filter *tf, uint64_t incr_by, uint32_t now);
116 uint32_t incr_by, uint32_t now);
/freebsd-current/sys/kern/
H A Dsubr_filter.c246 filter_increase_by(struct time_filter *tf, uint64_t incr_by, uint32_t now) argument
250 * Increase our filter main by incr_by and
254 tf->entries[0].value += incr_by;
263 filter_increase_by_small(struct time_filter_small *tf, uint32_t incr_by, uint32_t now) argument
267 * Increase our filter main by incr_by and
271 tf->entries[0].value += incr_by;

Completed in 157 milliseconds