Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Diflib.c2340 uint64_t this_tick = ticks; in iflib_timer() local
2350 if (this_tick - txq->ift_last_timer_tick >= iflib_timer_default) { in iflib_timer()
2351 txq->ift_last_timer_tick = this_tick; in iflib_timer()