Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_filter.c141 uint32_t time_limit; in check_update_times() local
145 if (tim >= time_limit) { in check_update_times()
164 time_limit = (tf->cur_time_limit * (NUM_FILTER_ENTRIES-i))/NUM_FILTER_ENTRIES; in check_update_times()
165 if (tim >= time_limit) { in check_update_times()
176 uint32_t time_limit; in check_update_times_small() local
180 if (tim >= time_limit) { in check_update_times_small()
200 if (tim >= time_limit) { in check_update_times_small()
312 uint32_t tim, time_limit; in tick_filter_clock() local
328 if (tim >= time_limit) { in tick_filter_clock()
343 uint32_t tim, time_limit; in tick_filter_clock_small() local
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-ilk-defs.h3513 …uint64_t time_limit : 16; /**< Number of cycles per time interval. (Must be >= 4… member
3518 uint64_t time_limit : 16;