Symbol: timer
libexec/snmpd/snmpd_metrics/mib.c
765
struct timeval timer;
libexec/snmpd/snmpd_metrics/mib.c
807
timer.tv_sec = 5;
libexec/snmpd/snmpd_metrics/mib.c
808
timer.tv_usec = 0;
libexec/snmpd/snmpd_metrics/mib.c
809
evtimer_add(&kinfo_timer, &timer);
sbin/dhcp6leased/engine.c
1218
if (evtimer_pending(&iface->timer, NULL))
sbin/dhcp6leased/engine.c
1219
evtimer_del(&iface->timer);
sbin/dhcp6leased/engine.c
1221
evtimer_add(&iface->timer, &iface->timo);
sbin/dhcp6leased/engine.c
635
evtimer_set(&iface->timer, iface_timeout, iface);
sbin/dhcp6leased/engine.c
720
evtimer_del(&iface->timer);
sbin/dhcp6leased/engine.c
99
struct event timer;
sbin/dhcpleased/engine.c
1538
if (evtimer_pending(&iface->timer, NULL))
sbin/dhcpleased/engine.c
1539
evtimer_del(&iface->timer);
sbin/dhcpleased/engine.c
1541
evtimer_add(&iface->timer, &iface->timo);
sbin/dhcpleased/engine.c
669
evtimer_set(&iface->timer, iface_timeout, iface);
sbin/dhcpleased/engine.c
743
evtimer_del(&iface->timer);
sbin/dhcpleased/engine.c
96
struct event timer;
sbin/slaacd/engine.c
1035
if (evtimer_pending(&iface->timer, NULL))
sbin/slaacd/engine.c
1036
evtimer_del(&iface->timer);
sbin/slaacd/engine.c
1038
evtimer_add(&iface->timer, &iface->timo);
sbin/slaacd/engine.c
1116
if (evtimer_pending(&addr_proposal->timer, NULL))
sbin/slaacd/engine.c
1117
evtimer_del(&addr_proposal->timer);
sbin/slaacd/engine.c
1119
evtimer_add(&addr_proposal->timer, &addr_proposal->timo);
sbin/slaacd/engine.c
1192
if (evtimer_pending(&dfr_proposal->timer, NULL))
sbin/slaacd/engine.c
1193
evtimer_del(&dfr_proposal->timer);
sbin/slaacd/engine.c
1195
evtimer_add(&dfr_proposal->timer, &dfr_proposal->timo);
sbin/slaacd/engine.c
1269
if (evtimer_pending(&rdns_proposal->timer, NULL))
sbin/slaacd/engine.c
1270
evtimer_del(&rdns_proposal->timer);
sbin/slaacd/engine.c
1272
evtimer_add(&rdns_proposal->timer, &rdns_proposal->timo);
sbin/slaacd/engine.c
1305
evtimer_set(&iface->timer, iface_timeout, iface);
sbin/slaacd/engine.c
143
struct event timer;
sbin/slaacd/engine.c
160
struct event timer;
sbin/slaacd/engine.c
184
struct event timer;
sbin/slaacd/engine.c
199
struct event timer;
sbin/slaacd/engine.c
216
struct event timer;
sbin/slaacd/engine.c
2180
evtimer_set(&addr_proposal->timer, address_proposal_timeout,
sbin/slaacd/engine.c
2237
evtimer_del(&addr_proposal->timer);
sbin/slaacd/engine.c
2273
evtimer_set(&dfr_proposal->timer, dfr_proposal_timeout,
sbin/slaacd/engine.c
2333
evtimer_del(&dfr_proposal->timer);
sbin/slaacd/engine.c
2356
evtimer_set(&rdns_proposal->timer, rdns_proposal_timeout,
sbin/slaacd/engine.c
2419
evtimer_del(&rdns_proposal->timer);
sbin/slaacd/engine.c
933
evtimer_del(&iface->timer);
sbin/slaacd/engine.c
946
evtimer_del(&ra->timer);
sbin/unwind/libunbound/services/authzone.c
2352
comm_timer_delete(xfr->task_nextprobe->timer);
sbin/unwind/libunbound/services/authzone.c
2358
comm_timer_delete(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
2364
comm_timer_delete(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.c
5448
comm_timer_delete(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.c
5449
xfr->task_transfer->timer = NULL;
sbin/unwind/libunbound/services/authzone.c
5564
if(!xfr->task_transfer->timer) {
sbin/unwind/libunbound/services/authzone.c
5565
xfr->task_transfer->timer = comm_timer_create(env->worker_base,
sbin/unwind/libunbound/services/authzone.c
5567
if(!xfr->task_transfer->timer) {
sbin/unwind/libunbound/services/authzone.c
5597
comm_timer_set(xfr->task_transfer->timer, &t);
sbin/unwind/libunbound/services/authzone.c
5629
comm_timer_set(xfr->task_transfer->timer, &t);
sbin/unwind/libunbound/services/authzone.c
6251
comm_timer_disable(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.c
6333
comm_timer_disable(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.c
6411
comm_timer_delete(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
6412
xfr->task_probe->timer = NULL;
sbin/unwind/libunbound/services/authzone.c
6496
if(!xfr->task_probe->timer) {
sbin/unwind/libunbound/services/authzone.c
6497
xfr->task_probe->timer = comm_timer_create(env->worker_base,
sbin/unwind/libunbound/services/authzone.c
6499
if(!xfr->task_probe->timer) {
sbin/unwind/libunbound/services/authzone.c
6527
comm_timer_set(xfr->task_probe->timer, &t);
sbin/unwind/libunbound/services/authzone.c
6586
comm_timer_disable(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
6918
comm_timer_delete(xfr->task_nextprobe->timer);
sbin/unwind/libunbound/services/authzone.c
6919
xfr->task_nextprobe->timer = NULL;
sbin/unwind/libunbound/services/authzone.c
7055
if(!xfr->task_nextprobe->timer) {
sbin/unwind/libunbound/services/authzone.c
7056
xfr->task_nextprobe->timer = comm_timer_create(
sbin/unwind/libunbound/services/authzone.c
7058
if(!xfr->task_nextprobe->timer) {
sbin/unwind/libunbound/services/authzone.c
7088
comm_timer_set(xfr->task_nextprobe->timer, &tv);
sbin/unwind/libunbound/services/authzone.c
8772
m += comm_timer_get_mem(xfr->task_nextprobe->timer);
sbin/unwind/libunbound/services/authzone.c
8777
m += comm_timer_get_mem(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
8783
m += comm_timer_get_mem(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.h
309
struct comm_timer* timer;
sbin/unwind/libunbound/services/authzone.h
361
struct comm_timer* timer;
sbin/unwind/libunbound/services/authzone.h
432
struct comm_timer* timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3350
if(conn->timer.timer_in_list) {
sbin/unwind/libunbound/services/listen_dnsport.c
3354
doq_timer_list_remove(conn->table, &conn->timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3356
if(conn->timer.timer_in_tree)
sbin/unwind/libunbound/services/listen_dnsport.c
3357
doq_timer_tree_remove(conn->table, &conn->timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3416
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3418
if(!timer->timer_in_tree)
sbin/unwind/libunbound/services/listen_dnsport.c
3420
rbtree_delete(table->timer_tree, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3421
timer->timer_in_tree = 0;
sbin/unwind/libunbound/services/listen_dnsport.c
3423
if(timer->setlist_first) {
sbin/unwind/libunbound/services/listen_dnsport.c
3424
struct doq_timer* rb_timer = timer->setlist_first;
sbin/unwind/libunbound/services/listen_dnsport.c
3429
timer->setlist_last = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3430
timer->setlist_first = rb_timer->setlist_next;
sbin/unwind/libunbound/services/listen_dnsport.c
3440
rb_timer->setlist_first = timer->setlist_first;
sbin/unwind/libunbound/services/listen_dnsport.c
3441
rb_timer->setlist_last = timer->setlist_last;
sbin/unwind/libunbound/services/listen_dnsport.c
3442
timer->setlist_first = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3443
timer->setlist_last = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3444
rb_timer->worker_doq_socket = timer->worker_doq_socket;
sbin/unwind/libunbound/services/listen_dnsport.c
3446
timer->worker_doq_socket = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3450
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3453
if(!timer->timer_in_list)
sbin/unwind/libunbound/services/listen_dnsport.c
3456
rb_timer = doq_timer_find_time(table, timer->time_mono);
sbin/unwind/libunbound/services/listen_dnsport.c
3458
if(timer->setlist_prev)
sbin/unwind/libunbound/services/listen_dnsport.c
3459
timer->setlist_prev->setlist_next = timer->setlist_next;
sbin/unwind/libunbound/services/listen_dnsport.c
3461
rb_timer->setlist_first = timer->setlist_next;
sbin/unwind/libunbound/services/listen_dnsport.c
3462
if(timer->setlist_next)
sbin/unwind/libunbound/services/listen_dnsport.c
3463
timer->setlist_next->setlist_prev = timer->setlist_prev;
sbin/unwind/libunbound/services/listen_dnsport.c
3465
rb_timer->setlist_last = timer->setlist_prev;
sbin/unwind/libunbound/services/listen_dnsport.c
3466
timer->setlist_prev = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3467
timer->setlist_next = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3469
timer->timer_in_list = 0;
sbin/unwind/libunbound/services/listen_dnsport.c
3474
doq_timer_list_append(struct doq_timer* rb_timer, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3476
log_assert(timer->timer_in_list == 0);
sbin/unwind/libunbound/services/listen_dnsport.c
3477
timer->timer_in_list = 1;
sbin/unwind/libunbound/services/listen_dnsport.c
3478
timer->setlist_next = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3479
timer->setlist_prev = rb_timer->setlist_last;
sbin/unwind/libunbound/services/listen_dnsport.c
3481
rb_timer->setlist_last->setlist_next = timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3483
rb_timer->setlist_first = timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3484
rb_timer->setlist_last = timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3488
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3490
if(timer->timer_in_list) {
sbin/unwind/libunbound/services/listen_dnsport.c
3494
doq_timer_list_remove(table, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3496
if(timer->timer_in_tree)
sbin/unwind/libunbound/services/listen_dnsport.c
3497
doq_timer_tree_remove(table, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3498
timer->worker_doq_socket = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3501
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/listen_dnsport.c
3506
if(verbosity >= VERB_ALGO && timer->conn) {
sbin/unwind/libunbound/services/listen_dnsport.c
3509
addr_to_str((void*)&timer->conn->key.paddr.addr,
sbin/unwind/libunbound/services/listen_dnsport.c
3510
timer->conn->key.paddr.addrlen, a, sizeof(a));
sbin/unwind/libunbound/services/listen_dnsport.c
3516
if(timer->timer_in_tree || timer->timer_in_list) {
sbin/unwind/libunbound/services/listen_dnsport.c
3517
if(timer->time_mono == ts)
sbin/unwind/libunbound/services/listen_dnsport.c
3519
doq_timer_unset(table, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3521
timer->time_real.tv_sec = tv->tv_sec;
sbin/unwind/libunbound/services/listen_dnsport.c
3522
timer->time_real.tv_usec = tv->tv_usec;
sbin/unwind/libunbound/services/listen_dnsport.c
3523
timer->time_mono = ts;
sbin/unwind/libunbound/services/listen_dnsport.c
3528
doq_timer_list_append(rb_timer, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3532
memset(&timer->node, 0, sizeof(timer->node));
sbin/unwind/libunbound/services/listen_dnsport.c
3533
timer->node.key = timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3534
rbtree_insert(table->timer_tree, &timer->node);
sbin/unwind/libunbound/services/listen_dnsport.c
3535
timer->timer_in_tree = 1;
sbin/unwind/libunbound/services/listen_dnsport.c
3536
timer->setlist_first = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3537
timer->setlist_last = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3538
timer->worker_doq_socket = worker_doq_socket;
sbin/unwind/libunbound/services/listen_dnsport.c
3571
conn->timer.conn = conn;
sbin/unwind/libunbound/services/listen_dnsport.c
5667
if(conn->timer.timer_in_tree || conn->timer.timer_in_list) {
sbin/unwind/libunbound/services/listen_dnsport.c
5668
if(conn->timer.time_mono == *ts)
sbin/unwind/libunbound/services/listen_dnsport.h
647
struct doq_timer timer;
sbin/unwind/libunbound/services/listen_dnsport.h
843
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
846
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
849
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
852
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/mesh.c
1085
if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
sbin/unwind/libunbound/services/mesh.c
1086
comm_timer_delete(mstate->s.serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
1087
mstate->s.serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
1749
comm_timer_delete(mstate->s.serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
1750
mstate->s.serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
2491
comm_timer_delete(qstate->serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
2492
qstate->serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
413
if(!mstate->s.serve_expired_data->timer && timeout != -1) {
sbin/unwind/libunbound/services/mesh.c
414
mstate->s.serve_expired_data->timer = comm_timer_create(
sbin/unwind/libunbound/services/mesh.c
416
if(!mstate->s.serve_expired_data->timer)
sbin/unwind/libunbound/services/mesh.c
422
comm_timer_set(mstate->s.serve_expired_data->timer, &t);
sbin/unwind/libunbound/services/outside_network.c
1027
comm_timer_disable(w->timer);
sbin/unwind/libunbound/services/outside_network.c
1594
comm_timer_disable(p->timer);
sbin/unwind/libunbound/services/outside_network.c
1663
p->timer->callback = &pending_udp_timer_delay_cb;
sbin/unwind/libunbound/services/outside_network.c
1664
comm_timer_set(p->timer, &outnet->delay_tv);
sbin/unwind/libunbound/services/outside_network.c
1889
if(sq->timer)
sbin/unwind/libunbound/services/outside_network.c
1890
comm_timer_delete(sq->timer);
sbin/unwind/libunbound/services/outside_network.c
2027
if(p->timer)
sbin/unwind/libunbound/services/outside_network.c
2028
comm_timer_delete(p->timer);
sbin/unwind/libunbound/services/outside_network.c
212
if(w->timer)
sbin/unwind/libunbound/services/outside_network.c
213
comm_timer_delete(w->timer);
sbin/unwind/libunbound/services/outside_network.c
2304
comm_timer_set(pend->timer, &tv);
sbin/unwind/libunbound/services/outside_network.c
2339
pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
sbin/unwind/libunbound/services/outside_network.c
2341
if(!pend->timer) {
sbin/unwind/libunbound/services/outside_network.c
2354
comm_timer_delete(pend->timer);
sbin/unwind/libunbound/services/outside_network.c
2528
if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
sbin/unwind/libunbound/services/outside_network.c
2548
comm_timer_delete(w->timer);
sbin/unwind/libunbound/services/outside_network.c
2743
sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
sbin/unwind/libunbound/services/outside_network.c
2744
if(!sq->timer) {
sbin/unwind/libunbound/services/outside_network.c
2750
comm_timer_set(sq->timer, &t);
sbin/unwind/libunbound/services/outside_network.c
3935
if(w->timer)
sbin/unwind/libunbound/services/outside_network.c
3936
s += comm_timer_get_mem(w->timer);
sbin/unwind/libunbound/services/outside_network.c
3958
s = sizeof(*w) + comm_timer_get_mem(w->timer) + w->pkt_len;
sbin/unwind/libunbound/services/outside_network.c
657
comm_timer_set(w->timer, &tv);
sbin/unwind/libunbound/services/outside_network.c
959
comm_timer_set(w->timer, &tv);
sbin/unwind/libunbound/services/outside_network.c
983
comm_timer_set(w->timer, &tv);
sbin/unwind/libunbound/services/outside_network.h
371
struct comm_timer* timer;
sbin/unwind/libunbound/services/outside_network.h
435
struct comm_timer* timer;
sbin/unwind/libunbound/services/outside_network.h
572
struct comm_timer* timer;
sbin/unwind/libunbound/util/module.h
624
struct comm_timer* timer;
sbin/unwind/libunbound/util/netevent.c
1975
if(conn->timer.timer_in_list) {
sbin/unwind/libunbound/util/netevent.c
1981
&conn->timer);
sbin/unwind/libunbound/util/netevent.c
1983
if(conn->timer.timer_in_tree)
sbin/unwind/libunbound/util/netevent.c
1985
&conn->timer);
sbin/unwind/libunbound/util/netevent.c
2188
comm_timer_set(c->doq_socket->timer, &rel);
sbin/unwind/libunbound/util/netevent.c
2193
if(comm_timer_is_set(c->doq_socket->timer))
sbin/unwind/libunbound/util/netevent.c
2194
comm_timer_disable(c->doq_socket->timer);
sbin/unwind/libunbound/util/netevent.c
2259
doq_timer_set(c->doq_socket->table, &conn->timer,
sbin/unwind/libunbound/util/netevent.c
2762
doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
sbin/unwind/libunbound/util/netevent.c
2763
if(!doq_socket->timer) {
sbin/unwind/libunbound/util/netevent.c
2790
comm_timer_delete(doq_socket->timer);
sbin/unwind/libunbound/util/netevent.c
6936
comm_timer_disable(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6938
if(!timer)
sbin/unwind/libunbound/util/netevent.c
6940
ub_timer_del(timer->ev_timer->ev);
sbin/unwind/libunbound/util/netevent.c
6941
timer->ev_timer->enabled = 0;
sbin/unwind/libunbound/util/netevent.c
6945
comm_timer_set(struct comm_timer* timer, struct timeval* tv)
sbin/unwind/libunbound/util/netevent.c
6948
if(timer->ev_timer->enabled)
sbin/unwind/libunbound/util/netevent.c
6949
comm_timer_disable(timer);
sbin/unwind/libunbound/util/netevent.c
6950
if(ub_timer_add(timer->ev_timer->ev, timer->ev_timer->base->eb->base,
sbin/unwind/libunbound/util/netevent.c
6951
comm_timer_callback, timer, tv) != 0)
sbin/unwind/libunbound/util/netevent.c
6953
timer->ev_timer->enabled = 1;
sbin/unwind/libunbound/util/netevent.c
6957
comm_timer_delete(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6959
if(!timer)
sbin/unwind/libunbound/util/netevent.c
6961
comm_timer_disable(timer);
sbin/unwind/libunbound/util/netevent.c
6965
ub_event_free(timer->ev_timer->ev);
sbin/unwind/libunbound/util/netevent.c
6966
free(timer->ev_timer);
sbin/unwind/libunbound/util/netevent.c
6982
comm_timer_is_set(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6984
return (int)timer->ev_timer->enabled;
sbin/unwind/libunbound/util/netevent.c
6988
comm_timer_get_mem(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6990
if(!timer) return 0;
sbin/unwind/libunbound/util/netevent.h
1097
struct comm_timer* timer;
sbin/unwind/libunbound/util/netevent.h
801
void comm_timer_disable(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
808
void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
sbin/unwind/libunbound/util/netevent.h
814
void comm_timer_delete(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
821
int comm_timer_is_set(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
828
size_t comm_timer_get_mem(struct comm_timer* timer);
sys/arch/arm64/stand/efiboot/efiboot.c
805
EFI_EVENT timer;
sys/arch/arm64/stand/efiboot/efiboot.c
820
efi_timer, NULL, &timer);
sys/arch/arm64/stand/efiboot/efiboot.c
822
status = BS->SetTimer(timer, TimerPeriodic, 10000000);
sys/arch/arm64/stand/efiboot/efiboot.c
830
BS->CloseEvent(timer);
sys/arch/armv7/stand/efiboot/efiboot.c
715
EFI_EVENT timer;
sys/arch/armv7/stand/efiboot/efiboot.c
730
efi_timer, NULL, &timer);
sys/arch/armv7/stand/efiboot/efiboot.c
732
status = BS->SetTimer(timer, TimerPeriodic, 10000000);
sys/arch/armv7/stand/efiboot/efiboot.c
740
BS->CloseEvent(timer);
sys/arch/macppc/dev/thermal.c
182
fan->timer = FAN_HYSTERESIS_TIMER;
sys/arch/macppc/dev/thermal.c
185
fan->timer--;
sys/arch/macppc/dev/thermal.c
186
if (fan->timer == 0) {
sys/arch/macppc/dev/thermal.c
188
fan->timer = FAN_HYSTERESIS_TIMER;
sys/arch/macppc/dev/thermal.c
53
int timer;
sys/arch/riscv64/stand/efiboot/efiboot.c
691
EFI_EVENT timer;
sys/arch/riscv64/stand/efiboot/efiboot.c
706
efi_timer, NULL, &timer);
sys/arch/riscv64/stand/efiboot/efiboot.c
708
status = BS->SetTimer(timer, TimerPeriodic, 10000000);
sys/arch/riscv64/stand/efiboot/efiboot.c
716
BS->CloseEvent(timer);
sys/dev/ic/aic79xx.c
6775
ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds,
sys/dev/ic/aic79xx.c
6778
if (timer > AHD_TIMER_MAX_US)
sys/dev/ic/aic79xx.c
6779
timer = AHD_TIMER_MAX_US;
sys/dev/ic/aic79xx.c
6780
ahd->int_coalescing_timer = timer;
sys/dev/ic/aic79xx.c
6787
ahd_outw(ahd, INT_COALESCING_TIMER, timer / AHD_TIMER_US_PER_TICK);
sys/dev/ic/aic79xx.h
1354
u_int timer,
sys/dev/ic/aic79xx_openbsd.c
632
aic_timer_reset(aic_timer_t *timer, u_int msec, ahd_callback_t *func,
sys/dev/ic/aic79xx_openbsd.c
640
callout_reset(timer, nticks, func, arg);
sys/dev/ic/aic7xxx_cam.h
71
#define callout_reset(timer, timeout, func, arg) do { \
sys/dev/ic/aic7xxx_cam.h
72
if (!timeout_initialized((timer))) \
sys/dev/ic/aic7xxx_cam.h
73
timeout_set((timer), (func), (arg)); \
sys/dev/ic/aic7xxx_cam.h
74
timeout_add((timer), (timeout)); \
sys/dev/ic/aic7xxx_openbsd.h
155
ahc_timer_reset(ahc_timer_t *timer, u_int usec, ahc_callback_t *func, void *arg)
sys/dev/ic/aic7xxx_openbsd.h
157
callout_reset(timer, (usec * hz)/1000000, func, arg);
sys/dev/ic/qwx.c
10290
timeout_del(&update_timer->timer);
sys/dev/ic/qwx.c
10310
timeout_add_msec(&update_timer->timer, update_timer->interval);
sys/dev/ic/qwx.c
10332
timeout_add_msec(&update_timer->timer, update_timer->interval);
sys/dev/ic/qwx.c
10511
timeout_set(&update_timer->timer, qwx_dp_shadow_timer_handler,
sys/dev/ic/qwxvar.h
1001
struct timeout timer;
sys/dev/ic/qwzvar.h
1090
struct timeout timer;
sys/dev/pci/drm/drm_vblank.c
2215
ret_overrun = hrtimer_forward_now(&vtimer->timer, interval);
sys/dev/pci/drm/drm_vblank.c
2249
hrtimer_setup(&vtimer->timer, drm_vblank_timer_function,
sys/dev/pci/drm/drm_vblank.c
2253
timeout_set(&vtimer->timer, drm_vblank_timer_function, vtimer);
sys/dev/pci/drm/drm_vblank.c
2260
while (hrtimer_active(&vtimer->timer))
sys/dev/pci/drm/drm_vblank.c
2261
hrtimer_try_to_cancel(&vtimer->timer);
sys/dev/pci/drm/drm_vblank.c
2271
hrtimer_start(&vtimer->timer, vtimer->interval, HRTIMER_MODE_REL);
sys/dev/pci/drm/drm_vblank.c
2273
timeout_add_nsec(&vtimer->timer, ktime_to_ns(vtimer->interval));
sys/dev/pci/drm/drm_vblank.c
2304
hrtimer_try_to_cancel(&vtimer->timer);
sys/dev/pci/drm/drm_vblank.c
2337
*vblank_time = READ_ONCE(vtimer->timer.to_time);
sys/dev/pci/drm/drm_vblank.c
520
hrtimer_cancel(&vblank->vblank_timer.timer);
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2161
repr_timer(&engine->execlists.timer));
sys/dev/pci/drm/i915/gt/intel_engine_types.h
165
struct timeout timer;
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1198
return timer_expired(&el->timer) || timeslice_yield(el, rq);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1215
if (timer_active(&el->timer)) {
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1221
if (!timer_pending(&el->timer))
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1229
set_timer_ms(&el->timer, duration);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1349
str_yes_no(timer_expired(&execlists->timer)),
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1371
cancel_timer(&execlists->timer);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1658
cancel_timer(&execlists->timer);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1811
cancel_timer(&el->timer);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
2512
if (timer_delete(&engine->execlists.timer))
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
2540
struct timeout *timer = (struct timeout *)arg;
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
2541
execlists_kick(timer, timer);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
2546
struct timeout *timer = (struct timeout *)arg;
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
2547
execlists_kick(timer, preempt);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
3273
cancel_timer(&engine->execlists.timer);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
3382
timer_delete_sync(&engine->execlists.timer);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
3545
timer_setup(&engine->execlists.timer, execlists_timeslice, 0);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
3548
timeout_set(&engine->execlists.timer, execlists_timeslice,
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
3549
&engine->execlists.timer);
sys/dev/pci/drm/i915/gt/intel_rps.c
154
mod_timer(&rps->timer,
sys/dev/pci/drm/i915/gt/intel_rps.c
164
mod_timer(&rps->timer, jiffies + 1);
sys/dev/pci/drm/i915/gt/intel_rps.c
169
timer_delete_sync(&rps->timer);
sys/dev/pci/drm/i915/gt/intel_rps.c
2001
timer_setup(&rps->timer, rps_timer, 0);
sys/dev/pci/drm/i915/gt/intel_rps.c
2003
timeout_set(&rps->timer, rps_timer, rps);
sys/dev/pci/drm/i915/gt/intel_rps_types.h
62
struct timeout timer;
sys/dev/pci/drm/i915/gt/selftest_execlists.c
1201
timer_delete(&engine->execlists.timer);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
2496
mod_timer(&engine->execlists.timer, jiffies + HZ);
sys/dev/pci/drm/i915/gt/selftest_migrate.c
534
struct timer_list timer;
sys/dev/pci/drm/i915/gt/selftest_migrate.c
538
static void spinner_kill(struct timer_list *timer)
sys/dev/pci/drm/i915/gt/selftest_migrate.c
540
struct spinner_timer *st = timer_container_of(st, timer, timer);
sys/dev/pci/drm/i915/gt/selftest_migrate.c
642
timer_setup_on_stack(&st.timer, spinner_kill, 0);
sys/dev/pci/drm/i915/gt/selftest_migrate.c
643
mod_timer(&st.timer, jiffies + 2 * HZ);
sys/dev/pci/drm/i915/gt/selftest_migrate.c
663
timer_delete_sync(&st.timer);
sys/dev/pci/drm/i915/gt/selftest_migrate.c
664
timer_destroy_on_stack(&st.timer);
sys/dev/pci/drm/i915/gt/sysfs_engines.c
230
set_timer_ms(&engine->execlists.timer, duration);
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
102
hrtimer_cancel(&huc->delayed_load.timer);
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
108
hrtimer_cancel(&huc->delayed_load.timer);
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
114
hrtimer_start(&huc->delayed_load.timer,
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
118
timeout_add_msec(&huc->delayed_load.timer, PXP_INIT_TIMEOUT_MS);
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
173
hrtimer_start(&huc->delayed_load.timer, delay, HRTIMER_MODE_REL);
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
175
timeout_add_nsec(&huc->delayed_load.timer, ktime_to_ns(delay));
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
245
hrtimer_setup(&huc->delayed_load.timer, huc_delayed_load_timer_callback, CLOCK_MONOTONIC,
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
248
timeout_set(&huc->delayed_load.timer, huc_delayed_load_timer_callback,
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
90
hrtimer_cancel(&huc->delayed_load.timer);
sys/dev/pci/drm/i915/gt/uc/intel_huc.h
45
struct timeout timer;
sys/dev/pci/drm/i915/gvt/display.c
543
vblank_timer = container_of(data, struct intel_vgpu_vblank_timer, timer);
sys/dev/pci/drm/i915/gvt/display.c
549
hrtimer_add_expires_ns(&vblank_timer->timer, vblank_timer->period);
sys/dev/pci/drm/i915/gvt/display.c
586
hrtimer_setup(&vblank_timer->timer, vblank_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
sys/dev/pci/drm/i915/gvt/display.c
618
!hrtimer_active(&vblank_timer->timer)) {
sys/dev/pci/drm/i915/gvt/display.c
620
if (hrtimer_active(&vblank_timer->timer))
sys/dev/pci/drm/i915/gvt/display.c
621
hrtimer_cancel(&vblank_timer->timer);
sys/dev/pci/drm/i915/gvt/display.c
626
hrtimer_start(&vblank_timer->timer,
sys/dev/pci/drm/i915/gvt/display.c
632
hrtimer_cancel(&vblank_timer->timer);
sys/dev/pci/drm/i915/gvt/display.h
119
struct hrtimer timer;
sys/dev/pci/drm/i915/gvt/sched_policy.c
268
data = container_of(timer_data, struct gvt_sched_data, timer);
sys/dev/pci/drm/i915/gvt/sched_policy.c
272
hrtimer_add_expires_ns(&data->timer, data->period);
sys/dev/pci/drm/i915/gvt/sched_policy.c
289
hrtimer_setup(&data->timer, tbs_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
sys/dev/pci/drm/i915/gvt/sched_policy.c
304
hrtimer_cancel(&data->timer);
sys/dev/pci/drm/i915/gvt/sched_policy.c
337
hrtimer_cancel(&sched_data->timer);
sys/dev/pci/drm/i915/gvt/sched_policy.c
356
if (!hrtimer_active(&sched_data->timer))
sys/dev/pci/drm/i915/gvt/sched_policy.c
357
hrtimer_start(&sched_data->timer, ktime_add_ns(ktime_get(),
sys/dev/pci/drm/i915/gvt/sched_policy.c
69
struct hrtimer timer;
sys/dev/pci/drm/i915/i915_pmu.c
1158
hrtimer_setup(&pmu->timer, i915_sample, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/pci/drm/i915/i915_pmu.c
1224
hrtimer_cancel(&pmu->timer);
sys/dev/pci/drm/i915/i915_pmu.c
292
hrtimer_start_range_ns(&pmu->timer,
sys/dev/pci/drm/i915/i915_pmu.c
505
struct i915_pmu *pmu = container_of(hrtimer, struct i915_pmu, timer);
sys/dev/pci/drm/i915/i915_pmu.h
82
struct hrtimer timer;
sys/dev/pci/drm/i915/i915_request.c
300
container_of(hrtimer, struct i915_request, watchdog.timer);
sys/dev/pci/drm/i915/i915_request.c
336
hrtimer_setup(&wdg->timer, __rq_watchdog_expired, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/pci/drm/i915/i915_request.c
338
timeout_set(&wdg->timer, __rq_watchdog_expired, rq);
sys/dev/pci/drm/i915/i915_request.c
353
hrtimer_start_range_ns(&wdg->timer,
sys/dev/pci/drm/i915/i915_request.c
359
timeout_add_msec(&wdg->timer, 1);
sys/dev/pci/drm/i915/i915_request.c
367
if (hrtimer_try_to_cancel(&wdg->timer) > 0)
sys/dev/pci/drm/i915/i915_request.h
327
struct timeout timer;
sys/dev/pci/drm/i915/i915_sw_fence.c
413
struct timeout timer;
sys/dev/pci/drm/i915/i915_sw_fence.c
474
timer_shutdown_sync(&cb->timer);
sys/dev/pci/drm/i915/i915_sw_fence.c
518
struct i915_sw_dma_fence_cb_timer *timer =
sys/dev/pci/drm/i915/i915_sw_fence.c
519
container_of(cb, typeof(*timer), base);
sys/dev/pci/drm/i915/i915_sw_fence.c
521
timer->dma = dma_fence_get(dma);
sys/dev/pci/drm/i915/i915_sw_fence.c
522
init_irq_work(&timer->work, irq_i915_sw_fence_work);
sys/dev/pci/drm/i915/i915_sw_fence.c
525
timer_setup(&timer->timer,
sys/dev/pci/drm/i915/i915_sw_fence.c
528
timeout_set(&timer->timer,
sys/dev/pci/drm/i915/i915_sw_fence.c
529
timer_i915_sw_fence_wake, timer);
sys/dev/pci/drm/i915/i915_sw_fence.c
531
mod_timer(&timer->timer, round_jiffies_up(jiffies + timeout));
sys/dev/pci/drm/i915/intel_uncore.c
158
hrtimer_start_range_ns(&d->timer,
sys/dev/pci/drm/i915/intel_uncore.c
163
timeout_add_msec(&d->timer, 1);
sys/dev/pci/drm/i915/intel_uncore.c
2143
hrtimer_setup(&d->timer, intel_uncore_fw_release_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/pci/drm/i915/intel_uncore.c
2145
timeout_set(&d->timer, intel_uncore_fw_release_timer, d);
sys/dev/pci/drm/i915/intel_uncore.c
2170
drm_WARN_ON(&uncore->i915->drm, hrtimer_cancel(&d->timer));
sys/dev/pci/drm/i915/intel_uncore.c
438
intel_uncore_fw_release_timer(struct hrtimer *timer)
sys/dev/pci/drm/i915/intel_uncore.c
441
container_of(timer, struct intel_uncore_forcewake_domain, timer);
sys/dev/pci/drm/i915/intel_uncore.c
512
if (hrtimer_cancel(&domain->timer) == 0)
sys/dev/pci/drm/i915/intel_uncore.c
515
intel_uncore_fw_release_timer(&domain->timer);
sys/dev/pci/drm/i915/intel_uncore.c
521
if (hrtimer_active(&domain->timer))
sys/dev/pci/drm/i915/intel_uncore.c
871
if (hrtimer_cancel(&domain->timer))
sys/dev/pci/drm/i915/intel_uncore.c
872
intel_uncore_fw_release_timer(&domain->timer);
sys/dev/pci/drm/i915/intel_uncore.h
185
struct timeout timer;
sys/dev/pci/drm/i915/intel_wakeref.c
161
timer_setup(&wf->timer, wakeref_auto_timeout, 0);
sys/dev/pci/drm/i915/intel_wakeref.c
163
timeout_set(&wf->timer, wakeref_auto_timeout, wf);
sys/dev/pci/drm/i915/intel_wakeref.c
175
if (timer_delete_sync(&wf->timer))
sys/dev/pci/drm/i915/intel_wakeref.c
176
wakeref_auto_timeout(&wf->timer);
sys/dev/pci/drm/i915/intel_wakeref.c
199
if (mod_timer(&wf->timer, jiffies + timeout))
sys/dev/pci/drm/i915/intel_wakeref.c
200
wakeref_auto_timeout(&wf->timer);
sys/dev/pci/drm/i915/intel_wakeref.h
326
struct timeout timer;
sys/dev/pci/drm/i915/selftests/intel_uncore.c
204
if (!hrtimer_cancel(&domain->timer))
sys/dev/pci/drm/i915/selftests/intel_uncore.c
207
intel_uncore_fw_release_timer(&domain->timer);
sys/dev/pci/drm/i915/selftests/intel_uncore.c
241
if (hrtimer_cancel(&domain->timer))
sys/dev/pci/drm/i915/selftests/intel_uncore.c
242
intel_uncore_fw_release_timer(&domain->timer);
sys/dev/pci/drm/i915/selftests/lib_sw_fence.c
58
struct timed_fence *tf = timer_container_of(tf, t, timer);
sys/dev/pci/drm/i915/selftests/lib_sw_fence.c
67
timer_setup_on_stack(&tf->timer, timed_fence_wake, 0);
sys/dev/pci/drm/i915/selftests/lib_sw_fence.c
70
mod_timer(&tf->timer, expires);
sys/dev/pci/drm/i915/selftests/lib_sw_fence.c
77
if (timer_delete_sync(&tf->timer))
sys/dev/pci/drm/i915/selftests/lib_sw_fence.c
80
timer_destroy_on_stack(&tf->timer);
sys/dev/pci/drm/include/drm/drm_vblank.h
115
struct hrtimer timer;
sys/dev/pci/drm/include/drm/drm_vblank.h
117
struct timeout timer;
sys/dev/pci/drm/scheduler/sched_main.c
468
sched_timeout = sched->work_tdr.timer.expires;
sys/dev/pci/drm/ttm/tests/ttm_bo_test.c
172
struct timer_list timer;
sys/dev/pci/drm/ttm/tests/ttm_bo_test.c
178
struct signal_timer *s_timer = timer_container_of(s_timer, t, timer);
sys/dev/pci/drm/ttm/tests/ttm_bo_test.c
196
timer_setup_on_stack(&s_timer.timer, &signal_for_ttm_bo_reserve, 0);
sys/dev/pci/drm/ttm/tests/ttm_bo_test.c
199
mod_timer(&s_timer.timer, msecs_to_jiffies(100));
sys/dev/pci/drm/ttm/tests/ttm_bo_test.c
203
timer_delete_sync(&s_timer.timer);
sys/dev/pci/drm/ttm/tests/ttm_bo_test.c
204
timer_destroy_on_stack(&s_timer.timer);
sys/dev/pci/if_mwx.c
4959
uint8_t timer;
sys/dev/pci/if_mwx.c
5025
e->timer = q->mu_edca_timer;
sys/dev/pci/mbg.c
406
long timer, tmax;
sys/dev/pci/mbg.c
421
timer = 0;
sys/dev/pci/mbg.c
430
} while ((status & MBG_BUSY) && timer++ < tmax);
sys/dev/pci/mbg.c
461
long timer, tmax;
sys/dev/pci/mbg.c
477
timer = 0;
sys/dev/pci/mbg.c
486
} while ((status & MBG_BUSY) && timer++ < tmax);
sys/dev/pci/mbg.c
511
long timer, tmax;
sys/dev/pci/mbg.c
529
timer = 0;
sys/dev/pci/mbg.c
537
} while ((status & MBG_BUSY) && timer++ < tmax);
sys/net80211/ieee80211_output.c
1966
int ret, timer;
sys/net80211/ieee80211_output.c
1977
timer = 0;
sys/net80211/ieee80211_output.c
1983
timer = IEEE80211_TRANS_WAIT;
sys/net80211/ieee80211_output.c
1997
timer = IEEE80211_TRANS_WAIT;
sys/net80211/ieee80211_output.c
2018
timer = IEEE80211_TRANS_WAIT;
sys/net80211/ieee80211_output.c
2055
if (timer)
sys/net80211/ieee80211_output.c
2056
ic->ic_mgt_timer = timer;
sys/netinet/igmp.c
299
int error, timer, running = 0;
sys/netinet/igmp.c
381
timer = igmp->igmp_code * PR_FASTHZ / IGMP_TIMER_SCALE;
sys/netinet/igmp.c
382
if (timer == 0)
sys/netinet/igmp.c
383
timer = 1;
sys/netinet/igmp.c
403
if (inm->inm_timer <= timer)
sys/netinet/igmp.c
412
IGMP_RANDOM_DELAY(timer);
sys/netinet/tcp_output.c
936
goto timer;
sys/netinet/tcp_output.c
961
timer:
sys/netinet/tcp_timer.c
100
timeout_pending(&(*tp)->t_timer[timer]))
sys/netinet/tcp_timer.c
102
CLR((*tp)->t_flags, TF_TIMER << timer);
sys/netinet/tcp_timer.c
87
u_int timer)
sys/netinet/tcp_timer.c
89
KASSERT(timer < TCPT_NTIMERS);
sys/netinet/tcp_timer.c
99
if (*tp == NULL || !ISSET((*tp)->t_flags, TF_TIMER << timer) ||
sys/netinet/tcp_timer.h
118
#define TCP_TIMER_INIT(tp, timer) \
sys/netinet/tcp_timer.h
119
timeout_set_flags(&(tp)->t_timer[(timer)], \
sys/netinet/tcp_timer.h
120
tcp_timer_funcs[(timer)], (tp)->t_inpcb, \
sys/netinet/tcp_timer.h
123
#define TCP_TIMER_ARM(tp, timer, msecs) \
sys/netinet/tcp_timer.h
125
SET((tp)->t_flags, TF_TIMER << (timer)); \
sys/netinet/tcp_timer.h
126
if (timeout_add_msec(&(tp)->t_timer[(timer)], (msecs))) \
sys/netinet/tcp_timer.h
130
#define TCP_TIMER_DISARM(tp, timer) \
sys/netinet/tcp_timer.h
132
CLR((tp)->t_flags, TF_TIMER << (timer)); \
sys/netinet/tcp_timer.h
133
if (timeout_del(&(tp)->t_timer[(timer)])) \
sys/netinet/tcp_timer.h
137
#define TCP_TIMER_ISARMED(tp, timer) \
sys/netinet/tcp_timer.h
138
ISSET((tp)->t_flags, TF_TIMER << (timer))
sys/netinet6/mld6.c
184
int timer; /* timer value in the MLD query header */
sys/netinet6/mld6.c
263
timer = ntohs(mldh->mld_maxdelay)*PR_FASTHZ/MLD_TIMER_SCALE;
sys/netinet6/mld6.c
264
if (timer == 0 && mldh->mld_maxdelay)
sys/netinet6/mld6.c
265
timer = 1;
sys/netinet6/mld6.c
283
if (timer == 0) {
sys/netinet6/mld6.c
300
in6m->in6m_timer > timer) {
sys/netinet6/mld6.c
302
MLD_RANDOM_DELAY(timer);
sys/nfs/nfs_socket.c
199
enum nfs_rto_timers timer = nfs_ptimers[procnum];
sys/nfs/nfs_socket.c
200
int index = timer - 1;
sys/nfs/nfs_socket.c
203
switch (timer) {
usr.bin/at/at.c
1048
if (timer == -1) {
usr.bin/at/at.c
1051
else if ((timer = parsetime(argc, argv)) == -1)
usr.bin/at/at.c
1054
writefile(cwd, timer, queue);
usr.bin/at/at.c
1064
timer = time(NULL);
usr.bin/at/at.c
1065
else if ((timer = parsetime(argc, argv)) == -1)
usr.bin/at/at.c
1068
writefile(cwd, timer, queue);
usr.bin/at/at.c
864
time_t timer = -1;
usr.bin/at/at.c
952
timer = ttime(optarg);
usr.bin/dig/dig.h
197
isc_timer_t *timer;
usr.bin/dig/dighost.c
1409
if (query->timer != NULL)
usr.bin/dig/dighost.c
1410
isc_timer_detach(&query->timer);
usr.bin/dig/dighost.c
2302
query->timer = NULL;
usr.bin/dig/dighost.c
2443
if (query->timer != NULL)
usr.bin/dig/dighost.c
2444
isc_timer_detach(&query->timer);
usr.bin/dig/dighost.c
2447
query, &query->timer);
usr.bin/dig/dighost.c
2471
if (query->timer != NULL)
usr.bin/dig/dighost.c
2472
isc_timer_detach(&query->timer);
usr.bin/dig/dighost.c
3244
if ((l->tcp_mode) && (query->timer != NULL))
usr.bin/dig/dighost.c
3245
isc_timer_touch(query->timer);
usr.bin/dig/dighost.c
3545
if (timeout != INT_MAX && query->timer != NULL) {
usr.bin/dig/dighost.c
3562
result = isc_timer_reset(query->timer,
usr.bin/dig/lib/isc/include/isc/timer.h
166
isc_timer_reset(isc_timer_t *timer,
usr.bin/dig/lib/isc/include/isc/timer.h
201
isc_timer_touch(isc_timer_t *timer);
usr.bin/dig/lib/isc/timer.c
101
timer->due = due;
usr.bin/dig/lib/isc/timer.c
102
result = isc_heap_insert(manager->heap, timer);
usr.bin/dig/lib/isc/timer.c
116
if (timer->index == 1 && timespeccmp(&timer->due, &manager->due, <))
usr.bin/dig/lib/isc/timer.c
117
manager->due = timer->due;
usr.bin/dig/lib/isc/timer.c
123
deschedule(isc_timer_t *timer) {
usr.bin/dig/lib/isc/timer.c
130
manager = timer->manager;
usr.bin/dig/lib/isc/timer.c
131
if (timer->index > 0) {
usr.bin/dig/lib/isc/timer.c
132
isc_heap_delete(manager->heap, timer->index);
usr.bin/dig/lib/isc/timer.c
133
timer->index = 0;
usr.bin/dig/lib/isc/timer.c
140
destroy(isc_timer_t *timer) {
usr.bin/dig/lib/isc/timer.c
141
isc_timermgr_t *manager = timer->manager;
usr.bin/dig/lib/isc/timer.c
147
(void)isc_task_purgerange(timer->task,
usr.bin/dig/lib/isc/timer.c
148
timer,
usr.bin/dig/lib/isc/timer.c
152
deschedule(timer);
usr.bin/dig/lib/isc/timer.c
153
UNLINK(manager->timers, timer, link);
usr.bin/dig/lib/isc/timer.c
155
isc_task_detach(&timer->task);
usr.bin/dig/lib/isc/timer.c
156
free(timer);
usr.bin/dig/lib/isc/timer.c
165
isc_timer_t *timer;
usr.bin/dig/lib/isc/timer.c
188
timer = malloc(sizeof(*timer));
usr.bin/dig/lib/isc/timer.c
189
if (timer == NULL)
usr.bin/dig/lib/isc/timer.c
192
timer->manager = manager;
usr.bin/dig/lib/isc/timer.c
193
timer->references = 1;
usr.bin/dig/lib/isc/timer.c
196
timespecadd(&now, interval, &timer->idle);
usr.bin/dig/lib/isc/timer.c
198
timer->interval = *interval;
usr.bin/dig/lib/isc/timer.c
199
timer->task = NULL;
usr.bin/dig/lib/isc/timer.c
200
isc_task_attach(task, &timer->task);
usr.bin/dig/lib/isc/timer.c
201
timer->action = action;
usr.bin/dig/lib/isc/timer.c
212
DE_CONST(arg, timer->arg);
usr.bin/dig/lib/isc/timer.c
213
timer->index = 0;
usr.bin/dig/lib/isc/timer.c
214
ISC_LINK_INIT(timer, link);
usr.bin/dig/lib/isc/timer.c
216
result = schedule(timer);
usr.bin/dig/lib/isc/timer.c
218
APPEND(manager->timers, timer, link);
usr.bin/dig/lib/isc/timer.c
221
isc_task_detach(&timer->task);
usr.bin/dig/lib/isc/timer.c
222
free(timer);
usr.bin/dig/lib/isc/timer.c
226
*timerp = (isc_timer_t *)timer;
usr.bin/dig/lib/isc/timer.c
232
isc_timer_reset(isc_timer_t *timer, const struct timespec *interval,
usr.bin/dig/lib/isc/timer.c
253
(void)isc_task_purgerange(timer->task,
usr.bin/dig/lib/isc/timer.c
254
timer,
usr.bin/dig/lib/isc/timer.c
258
timer->interval = *interval;
usr.bin/dig/lib/isc/timer.c
260
timespecadd(&now, interval, &timer->idle);
usr.bin/dig/lib/isc/timer.c
262
timespecclear(&timer->idle);
usr.bin/dig/lib/isc/timer.c
265
result = schedule(timer);
usr.bin/dig/lib/isc/timer.c
271
isc_timer_touch(isc_timer_t *timer) {
usr.bin/dig/lib/isc/timer.c
279
timespecadd(&now, &timer->interval, &timer->idle);
usr.bin/dig/lib/isc/timer.c
284
isc_timer_t *timer;
usr.bin/dig/lib/isc/timer.c
292
timer = (isc_timer_t *)*timerp;
usr.bin/dig/lib/isc/timer.c
294
REQUIRE(timer->references > 0);
usr.bin/dig/lib/isc/timer.c
295
timer->references--;
usr.bin/dig/lib/isc/timer.c
296
if (timer->references == 0)
usr.bin/dig/lib/isc/timer.c
300
destroy(timer);
usr.bin/dig/lib/isc/timer.c
310
isc_timer_t *timer;
usr.bin/dig/lib/isc/timer.c
319
timer = isc_heap_element(manager->heap, 1);
usr.bin/dig/lib/isc/timer.c
320
INSIST(timer != NULL);
usr.bin/dig/lib/isc/timer.c
321
if (timespeccmp(now, &timer->due, >=)) {
usr.bin/dig/lib/isc/timer.c
324
if (timespecisset(&timer->idle) && timespeccmp(now,
usr.bin/dig/lib/isc/timer.c
325
&timer->idle, >=)) {
usr.bin/dig/lib/isc/timer.c
346
timer,
usr.bin/dig/lib/isc/timer.c
348
timer->action,
usr.bin/dig/lib/isc/timer.c
349
timer->arg,
usr.bin/dig/lib/isc/timer.c
353
event->due = timer->due;
usr.bin/dig/lib/isc/timer.c
354
isc_task_send(timer->task,
usr.bin/dig/lib/isc/timer.c
361
timer->index = 0;
usr.bin/dig/lib/isc/timer.c
366
result = schedule(timer);
usr.bin/dig/lib/isc/timer.c
374
manager->due = timer->due;
usr.bin/dig/lib/isc/timer.c
394
isc_timer_t *timer;
usr.bin/dig/lib/isc/timer.c
396
timer = what;
usr.bin/dig/lib/isc/timer.c
398
timer->index = index;
usr.bin/dig/lib/isc/timer.c
70
schedule(isc_timer_t *timer) {
usr.bin/dig/lib/isc/timer.c
79
manager = timer->manager;
usr.bin/dig/lib/isc/timer.c
84
due = timer->idle;
usr.bin/dig/lib/isc/timer.c
90
if (timer->index > 0) {
usr.bin/dig/lib/isc/timer.c
94
if (timespeccmp(&due, &timer->due, <))
usr.bin/dig/lib/isc/timer.c
95
isc_heap_increased(manager->heap, timer->index);
usr.bin/dig/lib/isc/timer.c
96
else if (timespeccmp(&due, &timer->due, >))
usr.bin/dig/lib/isc/timer.c
97
isc_heap_decreased(manager->heap, timer->index);
usr.bin/dig/lib/isc/timer.c
99
timer->due = due;
usr.bin/tcpbench/tcpbench.c
1387
evtimer_set(&mainstats.timer, udp_process_slice, NULL);
usr.bin/tcpbench/tcpbench.c
1390
evtimer_set(&mainstats.timer, tcp_process_slice, NULL);
usr.bin/tcpbench/tcpbench.c
141
struct event timer; /* process timer */
usr.bin/tcpbench/tcpbench.c
262
if (evtimer_pending(&mainstats.timer, NULL))
usr.bin/tcpbench/tcpbench.c
268
evtimer_add(&mainstats.timer, &tv);
usr.bin/tcpbench/tcpbench.c
269
} else if (evtimer_pending(&mainstats.timer, NULL))
usr.bin/tcpbench/tcpbench.c
270
evtimer_del(&mainstats.timer);
usr.bin/tmux/cmd-run-shell.c
178
evtimer_set(&cdata->timer, cmd_run_shell_timer, cdata);
usr.bin/tmux/cmd-run-shell.c
183
evtimer_add(&cdata->timer, &tv);
usr.bin/tmux/cmd-run-shell.c
185
event_active(&cdata->timer, EV_TIMEOUT, 1);
usr.bin/tmux/cmd-run-shell.c
302
evtimer_del(&cdata->timer);
usr.bin/tmux/cmd-run-shell.c
65
struct event timer;
usr.bin/tmux/monitor.c
504
evtimer_add(&ms->timer, &tv);
usr.bin/tmux/monitor.c
579
if (evtimer_initialized(&ms->timer))
usr.bin/tmux/monitor.c
580
evtimer_del(&ms->timer);
usr.bin/tmux/monitor.c
651
if (!evtimer_initialized(&ms->timer))
usr.bin/tmux/monitor.c
652
evtimer_set(&ms->timer, monitor_timer, ms);
usr.bin/tmux/monitor.c
653
if (!evtimer_pending(&ms->timer, NULL))
usr.bin/tmux/monitor.c
654
evtimer_add(&ms->timer, &tv);
usr.bin/tmux/monitor.c
665
if (RB_EMPTY(&ms->items) && evtimer_initialized(&ms->timer))
usr.bin/tmux/monitor.c
666
evtimer_del(&ms->timer);
usr.bin/tmux/monitor.c
77
struct event timer;
usr.bin/tmux/status.c
203
if (event_initialized(&sl->timer))
usr.bin/tmux/status.c
204
evtimer_del(&sl->timer);
usr.bin/tmux/status.c
44
evtimer_del(&c->status.timer);
usr.bin/tmux/status.c
56
evtimer_add(&c->status.timer, &tv);
usr.bin/tmux/status.c
66
if (event_initialized(&c->status.timer))
usr.bin/tmux/status.c
67
evtimer_del(&c->status.timer);
usr.bin/tmux/status.c
69
evtimer_set(&c->status.timer, status_timer_callback, c);
usr.bin/tmux/tmux.h
1751
struct event timer;
usr.bin/tmux/tty.c
210
evtimer_add(&tty->timer, &tv);
usr.bin/tmux/tty.c
238
evtimer_add(&tty->timer, &tv);
usr.bin/tmux/tty.c
297
evtimer_set(&tty->timer, tty_timer_callback, tty);
usr.bin/tmux/tty.c
447
event_del(&tty->timer);
usr.bin/tmux/window-clock.c
144
evtimer_add(&data->timer, &tv);
usr.bin/tmux/window-clock.c
156
evtimer_del(&data->timer);
usr.bin/tmux/window-clock.c
183
evtimer_set(&data->timer, window_clock_timer_callback, wme);
usr.bin/tmux/window-clock.c
200
evtimer_del(&data->timer);
usr.bin/tmux/window-clock.c
51
struct event timer;
usr.bin/tmux/window-panes.c
63
struct event timer;
usr.bin/tmux/window-panes.c
951
evtimer_set(&data->timer, window_panes_timer_callback, wme);
usr.bin/tmux/window-panes.c
955
evtimer_add(&data->timer, &tv);
usr.bin/tmux/window-panes.c
968
evtimer_del(&data->timer);
usr.bin/watch/watch.c
119
void timer(int, short, void *);
usr.bin/watch/watch.c
252
evtimer_set(&ev_timer, timer, NULL);
usr.sbin/bgpctl/bgpctl.c
488
if (output->timer == NULL)
usr.sbin/bgpctl/bgpctl.c
493
output->timer(&t);
usr.sbin/bgpctl/bgpctl.h
24
void (*timer)(struct ctl_timer *);
usr.sbin/bgpctl/output.c
1249
.timer = show_timer,
usr.sbin/bgpctl/output_json.c
1081
.timer = json_timer,
usr.sbin/bgpd/bgpd.h
1581
struct timer_head timer;
usr.sbin/bgpd/bgpd.h
253
TAILQ_HEAD(timer_head, timer);
usr.sbin/bgpd/bgpd.h
576
TAILQ_ENTRY(timer) entry;
usr.sbin/bgpd/mrt.c
1169
if (timer_nextisdue(&MRT2MC(m)->timer, now) !=
usr.sbin/bgpd/mrt.c
1172
timer_set(&MRT2MC(m)->timer,
usr.sbin/bgpd/mrt.c
1176
nextaction = timer_nextduein(&MRT2MC(m)->timer);
usr.sbin/bgpd/mrt.c
1197
timer_set(&MRT2MC(m)->timer,
usr.sbin/bgpd/mrt.c
1207
timer_remove_all(&MRT2MC(m)->timer);
usr.sbin/bgpd/mrt.c
1228
timer_set(&MRT2MC(m)->timer, Timer_Mrt_Reopen,
usr.sbin/bgpd/mrt.c
1264
TAILQ_INIT(&MRT2MC(xm)->timer);
usr.sbin/bgpd/mrt.c
1285
timer_remove_all(&MRT2MC(m)->timer);
usr.sbin/bgpd/parse.y
4792
TAILQ_INIT(&MRT2MC(n)->timer);
usr.sbin/bgpd/rtr_proto.c
1334
struct timer *t;
usr.sbin/bgpd/session.c
344
struct timer *pt;
usr.sbin/bgpd/session.h
295
struct timer *timer_get(struct timer_head *, enum Timer);
usr.sbin/bgpd/session.h
296
struct timer *timer_nextisdue(struct timer_head *, monotime_t);
usr.sbin/bgpd/timer.c
106
timer_stop(struct timer_head *th, enum Timer timer)
usr.sbin/bgpd/timer.c
108
struct timer *t = timer_get(th, timer);
usr.sbin/bgpd/timer.c
118
timer_remove(struct timer_head *th, enum Timer timer)
usr.sbin/bgpd/timer.c
120
struct timer *t = timer_get(th, timer);
usr.sbin/bgpd/timer.c
131
struct timer *t;
usr.sbin/bgpd/timer.c
26
struct timer *
usr.sbin/bgpd/timer.c
27
timer_get(struct timer_head *th, enum Timer timer)
usr.sbin/bgpd/timer.c
29
struct timer *t;
usr.sbin/bgpd/timer.c
32
if (t->type == timer)
usr.sbin/bgpd/timer.c
38
struct timer *
usr.sbin/bgpd/timer.c
41
struct timer *t;
usr.sbin/bgpd/timer.c
53
struct timer *t;
usr.sbin/bgpd/timer.c
61
timer_running(struct timer_head *th, enum Timer timer, monotime_t *due)
usr.sbin/bgpd/timer.c
63
struct timer *t = timer_get(th, timer);
usr.sbin/bgpd/timer.c
74
timer_set(struct timer_head *th, enum Timer timer, u_int offset)
usr.sbin/bgpd/timer.c
76
struct timer *t = timer_get(th, timer);
usr.sbin/bgpd/timer.c
77
struct timer *next;
usr.sbin/bgpd/timer.c
86
t->type = timer;
usr.sbin/mrouted/main.c
322
timer();
usr.sbin/mrouted/main.c
58
static void timer(void);
usr.sbin/rad/engine.c
50
struct event timer;
usr.sbin/rad/engine.c
592
evtimer_add(&engine_iface->timer, &tv);
usr.sbin/rad/engine.c
617
evtimer_set(&engine_iface->timer, iface_timeout, engine_iface);
usr.sbin/rad/engine.c
623
evtimer_add(&engine_iface->timer, &tv);
usr.sbin/rad/engine.c
644
evtimer_del(&engine_iface->timer);
usr.sbin/rad/engine.c
667
evtimer_add(&engine_iface->timer, &tv);
usr.sbin/route6d/route6d.c
3137
ripinterval(int timer)
usr.sbin/route6d/route6d.c
3142
interval = (int)(timer + timer * RIPRANDDEV * (r / UINT32_MAX - 0.5));
usr.sbin/unbound/cachedb/cachedb.c
860
qstate->serve_expired_data->timer) {
usr.sbin/unbound/dnstap/dtstream.c
1813
struct ub_event* timer, *stopev;
usr.sbin/unbound/dnstap/dtstream.c
1833
timer = ub_event_new(info.base, -1, UB_EV_TIMEOUT,
usr.sbin/unbound/dnstap/dtstream.c
1835
if(!timer) {
usr.sbin/unbound/dnstap/dtstream.c
1842
if(ub_timer_add(timer, info.base, &dtio_stop_timer_cb, &info,
usr.sbin/unbound/dnstap/dtstream.c
1845
ub_event_free(timer);
usr.sbin/unbound/dnstap/dtstream.c
1853
ub_timer_del(timer);
usr.sbin/unbound/dnstap/dtstream.c
1854
ub_event_free(timer);
usr.sbin/unbound/dnstap/dtstream.c
1861
ub_timer_del(timer);
usr.sbin/unbound/dnstap/dtstream.c
1862
ub_event_free(timer);
usr.sbin/unbound/dnstap/dtstream.c
1872
ub_timer_del(timer);
usr.sbin/unbound/dnstap/dtstream.c
1873
ub_event_free(timer);
usr.sbin/unbound/dnstap/dtstream.c
1890
ub_timer_del(timer);
usr.sbin/unbound/dnstap/dtstream.c
1891
ub_event_free(timer);
usr.sbin/unbound/services/authzone.c
2352
comm_timer_delete(xfr->task_nextprobe->timer);
usr.sbin/unbound/services/authzone.c
2358
comm_timer_delete(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
2364
comm_timer_delete(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.c
5448
comm_timer_delete(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.c
5449
xfr->task_transfer->timer = NULL;
usr.sbin/unbound/services/authzone.c
5564
if(!xfr->task_transfer->timer) {
usr.sbin/unbound/services/authzone.c
5565
xfr->task_transfer->timer = comm_timer_create(env->worker_base,
usr.sbin/unbound/services/authzone.c
5567
if(!xfr->task_transfer->timer) {
usr.sbin/unbound/services/authzone.c
5597
comm_timer_set(xfr->task_transfer->timer, &t);
usr.sbin/unbound/services/authzone.c
5629
comm_timer_set(xfr->task_transfer->timer, &t);
usr.sbin/unbound/services/authzone.c
6251
comm_timer_disable(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.c
6333
comm_timer_disable(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.c
6411
comm_timer_delete(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
6412
xfr->task_probe->timer = NULL;
usr.sbin/unbound/services/authzone.c
6496
if(!xfr->task_probe->timer) {
usr.sbin/unbound/services/authzone.c
6497
xfr->task_probe->timer = comm_timer_create(env->worker_base,
usr.sbin/unbound/services/authzone.c
6499
if(!xfr->task_probe->timer) {
usr.sbin/unbound/services/authzone.c
6527
comm_timer_set(xfr->task_probe->timer, &t);
usr.sbin/unbound/services/authzone.c
6586
comm_timer_disable(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
6918
comm_timer_delete(xfr->task_nextprobe->timer);
usr.sbin/unbound/services/authzone.c
6919
xfr->task_nextprobe->timer = NULL;
usr.sbin/unbound/services/authzone.c
7055
if(!xfr->task_nextprobe->timer) {
usr.sbin/unbound/services/authzone.c
7056
xfr->task_nextprobe->timer = comm_timer_create(
usr.sbin/unbound/services/authzone.c
7058
if(!xfr->task_nextprobe->timer) {
usr.sbin/unbound/services/authzone.c
7088
comm_timer_set(xfr->task_nextprobe->timer, &tv);
usr.sbin/unbound/services/authzone.c
8772
m += comm_timer_get_mem(xfr->task_nextprobe->timer);
usr.sbin/unbound/services/authzone.c
8777
m += comm_timer_get_mem(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
8783
m += comm_timer_get_mem(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.h
309
struct comm_timer* timer;
usr.sbin/unbound/services/authzone.h
361
struct comm_timer* timer;
usr.sbin/unbound/services/authzone.h
432
struct comm_timer* timer;
usr.sbin/unbound/services/listen_dnsport.c
3350
if(conn->timer.timer_in_list) {
usr.sbin/unbound/services/listen_dnsport.c
3354
doq_timer_list_remove(conn->table, &conn->timer);
usr.sbin/unbound/services/listen_dnsport.c
3356
if(conn->timer.timer_in_tree)
usr.sbin/unbound/services/listen_dnsport.c
3357
doq_timer_tree_remove(conn->table, &conn->timer);
usr.sbin/unbound/services/listen_dnsport.c
3416
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3418
if(!timer->timer_in_tree)
usr.sbin/unbound/services/listen_dnsport.c
3420
rbtree_delete(table->timer_tree, timer);
usr.sbin/unbound/services/listen_dnsport.c
3421
timer->timer_in_tree = 0;
usr.sbin/unbound/services/listen_dnsport.c
3423
if(timer->setlist_first) {
usr.sbin/unbound/services/listen_dnsport.c
3424
struct doq_timer* rb_timer = timer->setlist_first;
usr.sbin/unbound/services/listen_dnsport.c
3429
timer->setlist_last = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3430
timer->setlist_first = rb_timer->setlist_next;
usr.sbin/unbound/services/listen_dnsport.c
3440
rb_timer->setlist_first = timer->setlist_first;
usr.sbin/unbound/services/listen_dnsport.c
3441
rb_timer->setlist_last = timer->setlist_last;
usr.sbin/unbound/services/listen_dnsport.c
3442
timer->setlist_first = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3443
timer->setlist_last = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3444
rb_timer->worker_doq_socket = timer->worker_doq_socket;
usr.sbin/unbound/services/listen_dnsport.c
3446
timer->worker_doq_socket = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3450
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3453
if(!timer->timer_in_list)
usr.sbin/unbound/services/listen_dnsport.c
3456
rb_timer = doq_timer_find_time(table, timer->time_mono);
usr.sbin/unbound/services/listen_dnsport.c
3458
if(timer->setlist_prev)
usr.sbin/unbound/services/listen_dnsport.c
3459
timer->setlist_prev->setlist_next = timer->setlist_next;
usr.sbin/unbound/services/listen_dnsport.c
3461
rb_timer->setlist_first = timer->setlist_next;
usr.sbin/unbound/services/listen_dnsport.c
3462
if(timer->setlist_next)
usr.sbin/unbound/services/listen_dnsport.c
3463
timer->setlist_next->setlist_prev = timer->setlist_prev;
usr.sbin/unbound/services/listen_dnsport.c
3465
rb_timer->setlist_last = timer->setlist_prev;
usr.sbin/unbound/services/listen_dnsport.c
3466
timer->setlist_prev = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3467
timer->setlist_next = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3469
timer->timer_in_list = 0;
usr.sbin/unbound/services/listen_dnsport.c
3474
doq_timer_list_append(struct doq_timer* rb_timer, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3476
log_assert(timer->timer_in_list == 0);
usr.sbin/unbound/services/listen_dnsport.c
3477
timer->timer_in_list = 1;
usr.sbin/unbound/services/listen_dnsport.c
3478
timer->setlist_next = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3479
timer->setlist_prev = rb_timer->setlist_last;
usr.sbin/unbound/services/listen_dnsport.c
3481
rb_timer->setlist_last->setlist_next = timer;
usr.sbin/unbound/services/listen_dnsport.c
3483
rb_timer->setlist_first = timer;
usr.sbin/unbound/services/listen_dnsport.c
3484
rb_timer->setlist_last = timer;
usr.sbin/unbound/services/listen_dnsport.c
3488
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3490
if(timer->timer_in_list) {
usr.sbin/unbound/services/listen_dnsport.c
3494
doq_timer_list_remove(table, timer);
usr.sbin/unbound/services/listen_dnsport.c
3496
if(timer->timer_in_tree)
usr.sbin/unbound/services/listen_dnsport.c
3497
doq_timer_tree_remove(table, timer);
usr.sbin/unbound/services/listen_dnsport.c
3498
timer->worker_doq_socket = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3501
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/listen_dnsport.c
3506
if(verbosity >= VERB_ALGO && timer->conn) {
usr.sbin/unbound/services/listen_dnsport.c
3509
addr_to_str((void*)&timer->conn->key.paddr.addr,
usr.sbin/unbound/services/listen_dnsport.c
3510
timer->conn->key.paddr.addrlen, a, sizeof(a));
usr.sbin/unbound/services/listen_dnsport.c
3516
if(timer->timer_in_tree || timer->timer_in_list) {
usr.sbin/unbound/services/listen_dnsport.c
3517
if(timer->time_mono == ts)
usr.sbin/unbound/services/listen_dnsport.c
3519
doq_timer_unset(table, timer);
usr.sbin/unbound/services/listen_dnsport.c
3521
timer->time_real.tv_sec = tv->tv_sec;
usr.sbin/unbound/services/listen_dnsport.c
3522
timer->time_real.tv_usec = tv->tv_usec;
usr.sbin/unbound/services/listen_dnsport.c
3523
timer->time_mono = ts;
usr.sbin/unbound/services/listen_dnsport.c
3528
doq_timer_list_append(rb_timer, timer);
usr.sbin/unbound/services/listen_dnsport.c
3532
memset(&timer->node, 0, sizeof(timer->node));
usr.sbin/unbound/services/listen_dnsport.c
3533
timer->node.key = timer;
usr.sbin/unbound/services/listen_dnsport.c
3534
rbtree_insert(table->timer_tree, &timer->node);
usr.sbin/unbound/services/listen_dnsport.c
3535
timer->timer_in_tree = 1;
usr.sbin/unbound/services/listen_dnsport.c
3536
timer->setlist_first = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3537
timer->setlist_last = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3538
timer->worker_doq_socket = worker_doq_socket;
usr.sbin/unbound/services/listen_dnsport.c
3571
conn->timer.conn = conn;
usr.sbin/unbound/services/listen_dnsport.c
5667
if(conn->timer.timer_in_tree || conn->timer.timer_in_list) {
usr.sbin/unbound/services/listen_dnsport.c
5668
if(conn->timer.time_mono == *ts)
usr.sbin/unbound/services/listen_dnsport.h
647
struct doq_timer timer;
usr.sbin/unbound/services/listen_dnsport.h
843
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
846
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
849
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
852
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/mesh.c
1085
if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
usr.sbin/unbound/services/mesh.c
1086
comm_timer_delete(mstate->s.serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
1087
mstate->s.serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
1749
comm_timer_delete(mstate->s.serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
1750
mstate->s.serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
2491
comm_timer_delete(qstate->serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
2492
qstate->serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
413
if(!mstate->s.serve_expired_data->timer && timeout != -1) {
usr.sbin/unbound/services/mesh.c
414
mstate->s.serve_expired_data->timer = comm_timer_create(
usr.sbin/unbound/services/mesh.c
416
if(!mstate->s.serve_expired_data->timer)
usr.sbin/unbound/services/mesh.c
422
comm_timer_set(mstate->s.serve_expired_data->timer, &t);
usr.sbin/unbound/services/outside_network.c
1027
comm_timer_disable(w->timer);
usr.sbin/unbound/services/outside_network.c
1594
comm_timer_disable(p->timer);
usr.sbin/unbound/services/outside_network.c
1663
p->timer->callback = &pending_udp_timer_delay_cb;
usr.sbin/unbound/services/outside_network.c
1664
comm_timer_set(p->timer, &outnet->delay_tv);
usr.sbin/unbound/services/outside_network.c
1889
if(sq->timer)
usr.sbin/unbound/services/outside_network.c
1890
comm_timer_delete(sq->timer);
usr.sbin/unbound/services/outside_network.c
2027
if(p->timer)
usr.sbin/unbound/services/outside_network.c
2028
comm_timer_delete(p->timer);
usr.sbin/unbound/services/outside_network.c
212
if(w->timer)
usr.sbin/unbound/services/outside_network.c
213
comm_timer_delete(w->timer);
usr.sbin/unbound/services/outside_network.c
2304
comm_timer_set(pend->timer, &tv);
usr.sbin/unbound/services/outside_network.c
2339
pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
usr.sbin/unbound/services/outside_network.c
2341
if(!pend->timer) {
usr.sbin/unbound/services/outside_network.c
2354
comm_timer_delete(pend->timer);
usr.sbin/unbound/services/outside_network.c
2528
if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
usr.sbin/unbound/services/outside_network.c
2548
comm_timer_delete(w->timer);
usr.sbin/unbound/services/outside_network.c
2743
sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
usr.sbin/unbound/services/outside_network.c
2744
if(!sq->timer) {
usr.sbin/unbound/services/outside_network.c
2750
comm_timer_set(sq->timer, &t);
usr.sbin/unbound/services/outside_network.c
3935
if(w->timer)
usr.sbin/unbound/services/outside_network.c
3936
s += comm_timer_get_mem(w->timer);
usr.sbin/unbound/services/outside_network.c
3958
s = sizeof(*w) + comm_timer_get_mem(w->timer) + w->pkt_len;
usr.sbin/unbound/services/outside_network.c
657
comm_timer_set(w->timer, &tv);
usr.sbin/unbound/services/outside_network.c
959
comm_timer_set(w->timer, &tv);
usr.sbin/unbound/services/outside_network.c
983
comm_timer_set(w->timer, &tv);
usr.sbin/unbound/services/outside_network.h
371
struct comm_timer* timer;
usr.sbin/unbound/services/outside_network.h
435
struct comm_timer* timer;
usr.sbin/unbound/services/outside_network.h
572
struct comm_timer* timer;
usr.sbin/unbound/testcode/fake_event.c
1510
size_t comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
usr.sbin/unbound/testcode/fake_event.c
1674
void comm_timer_disable(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1676
struct fake_timer* t = (struct fake_timer*)timer;
usr.sbin/unbound/testcode/fake_event.c
1681
void comm_timer_set(struct comm_timer* timer, struct timeval* tv)
usr.sbin/unbound/testcode/fake_event.c
1683
struct fake_timer* t = (struct fake_timer*)timer;
usr.sbin/unbound/testcode/fake_event.c
1691
int comm_timer_is_set(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1693
struct fake_timer* t = (struct fake_timer*)timer;
usr.sbin/unbound/testcode/fake_event.c
1697
void comm_timer_delete(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1699
struct fake_timer* t = (struct fake_timer*)timer;
usr.sbin/unbound/testcode/fake_event.c
1716
free(timer);
usr.sbin/unbound/util/module.h
624
struct comm_timer* timer;
usr.sbin/unbound/util/netevent.c
1975
if(conn->timer.timer_in_list) {
usr.sbin/unbound/util/netevent.c
1981
&conn->timer);
usr.sbin/unbound/util/netevent.c
1983
if(conn->timer.timer_in_tree)
usr.sbin/unbound/util/netevent.c
1985
&conn->timer);
usr.sbin/unbound/util/netevent.c
2188
comm_timer_set(c->doq_socket->timer, &rel);
usr.sbin/unbound/util/netevent.c
2193
if(comm_timer_is_set(c->doq_socket->timer))
usr.sbin/unbound/util/netevent.c
2194
comm_timer_disable(c->doq_socket->timer);
usr.sbin/unbound/util/netevent.c
2259
doq_timer_set(c->doq_socket->table, &conn->timer,
usr.sbin/unbound/util/netevent.c
2762
doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
usr.sbin/unbound/util/netevent.c
2763
if(!doq_socket->timer) {
usr.sbin/unbound/util/netevent.c
2790
comm_timer_delete(doq_socket->timer);
usr.sbin/unbound/util/netevent.c
6936
comm_timer_disable(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6938
if(!timer)
usr.sbin/unbound/util/netevent.c
6940
ub_timer_del(timer->ev_timer->ev);
usr.sbin/unbound/util/netevent.c
6941
timer->ev_timer->enabled = 0;
usr.sbin/unbound/util/netevent.c
6945
comm_timer_set(struct comm_timer* timer, struct timeval* tv)
usr.sbin/unbound/util/netevent.c
6948
if(timer->ev_timer->enabled)
usr.sbin/unbound/util/netevent.c
6949
comm_timer_disable(timer);
usr.sbin/unbound/util/netevent.c
6950
if(ub_timer_add(timer->ev_timer->ev, timer->ev_timer->base->eb->base,
usr.sbin/unbound/util/netevent.c
6951
comm_timer_callback, timer, tv) != 0)
usr.sbin/unbound/util/netevent.c
6953
timer->ev_timer->enabled = 1;
usr.sbin/unbound/util/netevent.c
6957
comm_timer_delete(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6959
if(!timer)
usr.sbin/unbound/util/netevent.c
6961
comm_timer_disable(timer);
usr.sbin/unbound/util/netevent.c
6965
ub_event_free(timer->ev_timer->ev);
usr.sbin/unbound/util/netevent.c
6966
free(timer->ev_timer);
usr.sbin/unbound/util/netevent.c
6982
comm_timer_is_set(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6984
return (int)timer->ev_timer->enabled;
usr.sbin/unbound/util/netevent.c
6988
comm_timer_get_mem(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6990
if(!timer) return 0;
usr.sbin/unbound/util/netevent.h
1097
struct comm_timer* timer;
usr.sbin/unbound/util/netevent.h
801
void comm_timer_disable(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
808
void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
usr.sbin/unbound/util/netevent.h
814
void comm_timer_delete(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
821
int comm_timer_is_set(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
828
size_t comm_timer_get_mem(struct comm_timer* timer);
usr.sbin/vmd/i8253.c
101
evtimer_set(&i8253_channel[0].timer, i8253_fire, &i8253_channel[0]);
usr.sbin/vmd/i8253.c
102
evtimer_set(&i8253_channel[1].timer, i8253_fire, &i8253_channel[1]);
usr.sbin/vmd/i8253.c
103
evtimer_set(&i8253_channel[2].timer, i8253_fire, &i8253_channel[2]);
usr.sbin/vmd/i8253.c
346
evtimer_del(&i8253_channel[chn].timer);
usr.sbin/vmd/i8253.c
353
evtimer_add(&i8253_channel[chn].timer, &tv);
usr.sbin/vmd/i8253.c
378
evtimer_add(&ctr->timer, &tv);
usr.sbin/vmd/i8253.c
388
evtimer_del(&i8253_channel[i].timer);
usr.sbin/vmd/i8253.h
41
struct event timer; /* timer event for this counter */