Searched refs:iflib_timer (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/net/ |
| H A D | iflib.c | 144 static void iflib_timer(void *arg); 1033 iflib_timer, txq, txq->ift_timer.c_cpu); in iflib_netmap_txsync() 2273 iflib_timer(void *arg) in iflib_timer() function 2314 callout_reset_on(&txq->ift_timer, reset_on, iflib_timer, txq, txq->ift_timer.c_cpu); in iflib_timer() 2417 callout_reset_on(&txq->ift_timer, hz/2, iflib_timer, txq, in iflib_init_locked() 3832 callout_reset_on(&txq->ift_timer, reset_on, iflib_timer, txq, txq->ift_timer.c_cpu); in _task_fn_admin()
|