Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_filter.c140 uint32_t time_limit; in check_update_times() local
143 time_limit = (tf->cur_time_limit * (NUM_FILTER_ENTRIES-i))/NUM_FILTER_ENTRIES; in check_update_times()
144 if (tim >= time_limit) { in check_update_times()
163 time_limit = (tf->cur_time_limit * (NUM_FILTER_ENTRIES-i))/NUM_FILTER_ENTRIES; in check_update_times()
164 if (tim >= time_limit) { in check_update_times()
175 uint32_t time_limit; in check_update_times_small() local
178 time_limit = (tf->cur_time_limit * (NUM_FILTER_ENTRIES-i))/NUM_FILTER_ENTRIES; in check_update_times_small()
179 if (tim >= time_limit) { in check_update_times_small()
198 time_limit = (tf->cur_time_limit * (NUM_FILTER_ENTRIES-i))/NUM_FILTER_ENTRIES; in check_update_times_small()
199 if (tim >= time_limit) { in check_update_times_small()
[all …]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7073 …auto time_limit = std::min(resolution * clock_cost_estimation_tick_limit, FloatDuration<Clock>(clo… in estimate_clock_cost() local
7086 int nsamples = static_cast<int>(std::ceil(time_limit / r.elapsed)); in estimate_clock_cost()