Symbol: update_timer
sys/dev/ic/qwx.c
10285
struct qwx_hp_update_timer *update_timer)
sys/dev/ic/qwx.c
10290
timeout_del(&update_timer->timer);
sys/dev/ic/qwx.c
10295
struct qwx_hp_update_timer *update_timer)
sys/dev/ic/qwx.c
10303
update_timer->tx_num++;
sys/dev/ic/qwx.c
10304
if (update_timer->started)
sys/dev/ic/qwx.c
10307
update_timer->started = 1;
sys/dev/ic/qwx.c
10308
update_timer->timer_tx_num = update_timer->tx_num;
sys/dev/ic/qwx.c
10310
timeout_add_msec(&update_timer->timer, update_timer->interval);
sys/dev/ic/qwx.c
10316
struct qwx_hp_update_timer *update_timer = arg;
sys/dev/ic/qwx.c
10317
struct qwx_softc *sc = update_timer->sc;
sys/dev/ic/qwx.c
10318
struct hal_srng *srng = &sc->hal.srng_list[update_timer->ring_id];
sys/dev/ic/qwx.c
10330
if (update_timer->timer_tx_num != update_timer->tx_num) {
sys/dev/ic/qwx.c
10331
update_timer->timer_tx_num = update_timer->tx_num;
sys/dev/ic/qwx.c
10332
timeout_add_msec(&update_timer->timer, update_timer->interval);
sys/dev/ic/qwx.c
10334
update_timer->started = 0;
sys/dev/ic/qwx.c
10499
struct qwx_hp_update_timer *update_timer,
sys/dev/ic/qwx.c
10505
update_timer->tx_num = 0;
sys/dev/ic/qwx.c
10506
update_timer->timer_tx_num = 0;
sys/dev/ic/qwx.c
10507
update_timer->sc = sc;
sys/dev/ic/qwx.c
10508
update_timer->ring_id = ring_id;
sys/dev/ic/qwx.c
10509
update_timer->interval = interval;
sys/dev/ic/qwx.c
10510
update_timer->init = 1;
sys/dev/ic/qwx.c
10511
timeout_set(&update_timer->timer, qwx_dp_shadow_timer_handler,
sys/dev/ic/qwx.c
10512
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);