Symbol: update_timer
sys/dev/ic/qwx.c
10239
struct qwx_hp_update_timer *update_timer)
sys/dev/ic/qwx.c
10244
timeout_del(&update_timer->timer);
sys/dev/ic/qwx.c
10249
struct qwx_hp_update_timer *update_timer)
sys/dev/ic/qwx.c
10257
update_timer->tx_num++;
sys/dev/ic/qwx.c
10258
if (update_timer->started)
sys/dev/ic/qwx.c
10261
update_timer->started = 1;
sys/dev/ic/qwx.c
10262
update_timer->timer_tx_num = update_timer->tx_num;
sys/dev/ic/qwx.c
10264
timeout_add_msec(&update_timer->timer, update_timer->interval);
sys/dev/ic/qwx.c
10270
struct qwx_hp_update_timer *update_timer = arg;
sys/dev/ic/qwx.c
10271
struct qwx_softc *sc = update_timer->sc;
sys/dev/ic/qwx.c
10272
struct hal_srng *srng = &sc->hal.srng_list[update_timer->ring_id];
sys/dev/ic/qwx.c
10284
if (update_timer->timer_tx_num != update_timer->tx_num) {
sys/dev/ic/qwx.c
10285
update_timer->timer_tx_num = update_timer->tx_num;
sys/dev/ic/qwx.c
10286
timeout_add_msec(&update_timer->timer, update_timer->interval);
sys/dev/ic/qwx.c
10288
update_timer->started = 0;
sys/dev/ic/qwx.c
10453
struct qwx_hp_update_timer *update_timer,
sys/dev/ic/qwx.c
10459
update_timer->tx_num = 0;
sys/dev/ic/qwx.c
10460
update_timer->timer_tx_num = 0;
sys/dev/ic/qwx.c
10461
update_timer->sc = sc;
sys/dev/ic/qwx.c
10462
update_timer->ring_id = ring_id;
sys/dev/ic/qwx.c
10463
update_timer->interval = interval;
sys/dev/ic/qwx.c
10464
update_timer->init = 1;
sys/dev/ic/qwx.c
10465
timeout_set(&update_timer->timer, qwx_dp_shadow_timer_handler,
sys/dev/ic/qwx.c
10466
update_timer);
usr.sbin/unbound/testcode/doqclient.c
1639
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
1766
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
1882
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
1963
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
1973
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
1979
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
2011
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
2018
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
2046
update_timer(data);
usr.sbin/unbound/testcode/doqclient.c
253
static void update_timer(struct doq_client_data* data);