Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Diflib.c338 uint64_t ift_last_timer_tick; member
2289 if (this_tick - txq->ift_last_timer_tick >= hz / 2) { in iflib_timer()
2290 txq->ift_last_timer_tick = this_tick; in iflib_timer()