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
1177
if (evtimer_pending(&iface->timer, NULL))
sbin/dhcp6leased/engine.c
1178
evtimer_del(&iface->timer);
sbin/dhcp6leased/engine.c
1180
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
1522
if (evtimer_pending(&iface->timer, NULL))
sbin/dhcpleased/engine.c
1523
evtimer_del(&iface->timer);
sbin/dhcpleased/engine.c
1525
evtimer_add(&iface->timer, &iface->timo);
sbin/dhcpleased/engine.c
656
evtimer_set(&iface->timer, iface_timeout, iface);
sbin/dhcpleased/engine.c
730
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
2167
evtimer_set(&addr_proposal->timer, address_proposal_timeout,
sbin/slaacd/engine.c
2224
evtimer_del(&addr_proposal->timer);
sbin/slaacd/engine.c
2260
evtimer_set(&dfr_proposal->timer, dfr_proposal_timeout,
sbin/slaacd/engine.c
2320
evtimer_del(&dfr_proposal->timer);
sbin/slaacd/engine.c
2343
evtimer_set(&rdns_proposal->timer, rdns_proposal_timeout,
sbin/slaacd/engine.c
2406
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
2327
comm_timer_delete(xfr->task_nextprobe->timer);
sbin/unwind/libunbound/services/authzone.c
2333
comm_timer_delete(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
2339
comm_timer_delete(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.c
5396
comm_timer_delete(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.c
5397
xfr->task_transfer->timer = NULL;
sbin/unwind/libunbound/services/authzone.c
5512
if(!xfr->task_transfer->timer) {
sbin/unwind/libunbound/services/authzone.c
5513
xfr->task_transfer->timer = comm_timer_create(env->worker_base,
sbin/unwind/libunbound/services/authzone.c
5515
if(!xfr->task_transfer->timer) {
sbin/unwind/libunbound/services/authzone.c
5545
comm_timer_set(xfr->task_transfer->timer, &t);
sbin/unwind/libunbound/services/authzone.c
5577
comm_timer_set(xfr->task_transfer->timer, &t);
sbin/unwind/libunbound/services/authzone.c
6191
comm_timer_disable(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.c
6273
comm_timer_disable(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/authzone.c
6351
comm_timer_delete(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
6352
xfr->task_probe->timer = NULL;
sbin/unwind/libunbound/services/authzone.c
6436
if(!xfr->task_probe->timer) {
sbin/unwind/libunbound/services/authzone.c
6437
xfr->task_probe->timer = comm_timer_create(env->worker_base,
sbin/unwind/libunbound/services/authzone.c
6439
if(!xfr->task_probe->timer) {
sbin/unwind/libunbound/services/authzone.c
6467
comm_timer_set(xfr->task_probe->timer, &t);
sbin/unwind/libunbound/services/authzone.c
6526
comm_timer_disable(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
6828
comm_timer_delete(xfr->task_nextprobe->timer);
sbin/unwind/libunbound/services/authzone.c
6829
xfr->task_nextprobe->timer = NULL;
sbin/unwind/libunbound/services/authzone.c
6975
if(!xfr->task_nextprobe->timer) {
sbin/unwind/libunbound/services/authzone.c
6976
xfr->task_nextprobe->timer = comm_timer_create(
sbin/unwind/libunbound/services/authzone.c
6978
if(!xfr->task_nextprobe->timer) {
sbin/unwind/libunbound/services/authzone.c
7008
comm_timer_set(xfr->task_nextprobe->timer, &tv);
sbin/unwind/libunbound/services/authzone.c
8692
m += comm_timer_get_mem(xfr->task_nextprobe->timer);
sbin/unwind/libunbound/services/authzone.c
8697
m += comm_timer_get_mem(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
8703
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
3360
if(conn->timer.timer_in_list) {
sbin/unwind/libunbound/services/listen_dnsport.c
3364
doq_timer_list_remove(conn->table, &conn->timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3366
if(conn->timer.timer_in_tree)
sbin/unwind/libunbound/services/listen_dnsport.c
3367
doq_timer_tree_remove(conn->table, &conn->timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3426
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3428
if(!timer->timer_in_tree)
sbin/unwind/libunbound/services/listen_dnsport.c
3430
rbtree_delete(table->timer_tree, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3431
timer->timer_in_tree = 0;
sbin/unwind/libunbound/services/listen_dnsport.c
3433
if(timer->setlist_first) {
sbin/unwind/libunbound/services/listen_dnsport.c
3434
struct doq_timer* rb_timer = timer->setlist_first;
sbin/unwind/libunbound/services/listen_dnsport.c
3439
timer->setlist_last = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3440
timer->setlist_first = rb_timer->setlist_next;
sbin/unwind/libunbound/services/listen_dnsport.c
3450
rb_timer->setlist_first = timer->setlist_first;
sbin/unwind/libunbound/services/listen_dnsport.c
3451
rb_timer->setlist_last = timer->setlist_last;
sbin/unwind/libunbound/services/listen_dnsport.c
3452
timer->setlist_first = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3453
timer->setlist_last = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3454
rb_timer->worker_doq_socket = timer->worker_doq_socket;
sbin/unwind/libunbound/services/listen_dnsport.c
3456
timer->worker_doq_socket = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3460
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3463
if(!timer->timer_in_list)
sbin/unwind/libunbound/services/listen_dnsport.c
3466
rb_timer = doq_timer_find_time(table, &timer->time);
sbin/unwind/libunbound/services/listen_dnsport.c
3468
if(timer->setlist_prev)
sbin/unwind/libunbound/services/listen_dnsport.c
3469
timer->setlist_prev->setlist_next = timer->setlist_next;
sbin/unwind/libunbound/services/listen_dnsport.c
3471
rb_timer->setlist_first = timer->setlist_next;
sbin/unwind/libunbound/services/listen_dnsport.c
3472
if(timer->setlist_next)
sbin/unwind/libunbound/services/listen_dnsport.c
3473
timer->setlist_next->setlist_prev = timer->setlist_prev;
sbin/unwind/libunbound/services/listen_dnsport.c
3475
rb_timer->setlist_last = timer->setlist_prev;
sbin/unwind/libunbound/services/listen_dnsport.c
3476
timer->setlist_prev = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3477
timer->setlist_next = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3479
timer->timer_in_list = 0;
sbin/unwind/libunbound/services/listen_dnsport.c
3484
doq_timer_list_append(struct doq_timer* rb_timer, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3486
log_assert(timer->timer_in_list == 0);
sbin/unwind/libunbound/services/listen_dnsport.c
3487
timer->timer_in_list = 1;
sbin/unwind/libunbound/services/listen_dnsport.c
3488
timer->setlist_next = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3489
timer->setlist_prev = rb_timer->setlist_last;
sbin/unwind/libunbound/services/listen_dnsport.c
3491
rb_timer->setlist_last->setlist_next = timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3493
rb_timer->setlist_first = timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3494
rb_timer->setlist_last = timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3498
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3500
if(timer->timer_in_list) {
sbin/unwind/libunbound/services/listen_dnsport.c
3504
doq_timer_list_remove(table, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3506
if(timer->timer_in_tree)
sbin/unwind/libunbound/services/listen_dnsport.c
3507
doq_timer_tree_remove(table, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3508
timer->worker_doq_socket = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3511
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/listen_dnsport.c
3515
if(verbosity >= VERB_ALGO && timer->conn) {
sbin/unwind/libunbound/services/listen_dnsport.c
3518
addr_to_str((void*)&timer->conn->key.paddr.addr,
sbin/unwind/libunbound/services/listen_dnsport.c
3519
timer->conn->key.paddr.addrlen, a, sizeof(a));
sbin/unwind/libunbound/services/listen_dnsport.c
3525
if(timer->timer_in_tree || timer->timer_in_list) {
sbin/unwind/libunbound/services/listen_dnsport.c
3526
if(timer->time.tv_sec == tv->tv_sec &&
sbin/unwind/libunbound/services/listen_dnsport.c
3527
timer->time.tv_usec == tv->tv_usec)
sbin/unwind/libunbound/services/listen_dnsport.c
3529
doq_timer_unset(table, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3531
timer->time.tv_sec = tv->tv_sec;
sbin/unwind/libunbound/services/listen_dnsport.c
3532
timer->time.tv_usec = tv->tv_usec;
sbin/unwind/libunbound/services/listen_dnsport.c
3537
doq_timer_list_append(rb_timer, timer);
sbin/unwind/libunbound/services/listen_dnsport.c
3541
memset(&timer->node, 0, sizeof(timer->node));
sbin/unwind/libunbound/services/listen_dnsport.c
3542
timer->node.key = timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3543
rbtree_insert(table->timer_tree, &timer->node);
sbin/unwind/libunbound/services/listen_dnsport.c
3544
timer->timer_in_tree = 1;
sbin/unwind/libunbound/services/listen_dnsport.c
3545
timer->setlist_first = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3546
timer->setlist_last = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
3547
timer->worker_doq_socket = worker_doq_socket;
sbin/unwind/libunbound/services/listen_dnsport.c
3580
conn->timer.conn = conn;
sbin/unwind/libunbound/services/listen_dnsport.c
5589
if(conn->timer.timer_in_tree || conn->timer.timer_in_list) {
sbin/unwind/libunbound/services/listen_dnsport.c
5590
if(conn->timer.time.tv_sec == tv->tv_sec &&
sbin/unwind/libunbound/services/listen_dnsport.c
5591
conn->timer.time.tv_usec == tv->tv_usec)
sbin/unwind/libunbound/services/listen_dnsport.h
642
struct doq_timer timer;
sbin/unwind/libunbound/services/listen_dnsport.h
822
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
825
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
828
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
831
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/mesh.c
1056
if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
sbin/unwind/libunbound/services/mesh.c
1057
comm_timer_delete(mstate->s.serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
1058
mstate->s.serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
1709
comm_timer_delete(mstate->s.serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
1710
mstate->s.serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
2417
comm_timer_delete(qstate->serve_expired_data->timer);
sbin/unwind/libunbound/services/mesh.c
2418
qstate->serve_expired_data->timer = NULL;
sbin/unwind/libunbound/services/mesh.c
410
if(!mstate->s.serve_expired_data->timer && timeout != -1) {
sbin/unwind/libunbound/services/mesh.c
411
mstate->s.serve_expired_data->timer = comm_timer_create(
sbin/unwind/libunbound/services/mesh.c
413
if(!mstate->s.serve_expired_data->timer)
sbin/unwind/libunbound/services/mesh.c
419
comm_timer_set(mstate->s.serve_expired_data->timer, &t);
sbin/unwind/libunbound/services/outside_network.c
1546
comm_timer_disable(p->timer);
sbin/unwind/libunbound/services/outside_network.c
1615
p->timer->callback = &pending_udp_timer_delay_cb;
sbin/unwind/libunbound/services/outside_network.c
1616
comm_timer_set(p->timer, &outnet->delay_tv);
sbin/unwind/libunbound/services/outside_network.c
1840
if(sq->timer)
sbin/unwind/libunbound/services/outside_network.c
1841
comm_timer_delete(sq->timer);
sbin/unwind/libunbound/services/outside_network.c
198
if(w->timer)
sbin/unwind/libunbound/services/outside_network.c
1980
if(p->timer)
sbin/unwind/libunbound/services/outside_network.c
1981
comm_timer_delete(p->timer);
sbin/unwind/libunbound/services/outside_network.c
199
comm_timer_delete(w->timer);
sbin/unwind/libunbound/services/outside_network.c
2251
comm_timer_set(pend->timer, &tv);
sbin/unwind/libunbound/services/outside_network.c
2286
pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
sbin/unwind/libunbound/services/outside_network.c
2288
if(!pend->timer) {
sbin/unwind/libunbound/services/outside_network.c
2301
comm_timer_delete(pend->timer);
sbin/unwind/libunbound/services/outside_network.c
2475
if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
sbin/unwind/libunbound/services/outside_network.c
2681
sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
sbin/unwind/libunbound/services/outside_network.c
2682
if(!sq->timer) {
sbin/unwind/libunbound/services/outside_network.c
2688
comm_timer_set(sq->timer, &t);
sbin/unwind/libunbound/services/outside_network.c
3860
if(w->timer)
sbin/unwind/libunbound/services/outside_network.c
3861
s += comm_timer_get_mem(w->timer);
sbin/unwind/libunbound/services/outside_network.c
3887
s = sizeof(*w) + comm_timer_get_mem(w->timer) + w->pkt_len;
sbin/unwind/libunbound/services/outside_network.c
641
comm_timer_set(w->timer, &tv);
sbin/unwind/libunbound/services/outside_network.c
915
comm_timer_set(w->timer, &tv);
sbin/unwind/libunbound/services/outside_network.c
939
comm_timer_set(w->timer, &tv);
sbin/unwind/libunbound/services/outside_network.c
983
comm_timer_disable(w->timer);
sbin/unwind/libunbound/services/outside_network.h
326
struct comm_timer* timer;
sbin/unwind/libunbound/services/outside_network.h
390
struct comm_timer* timer;
sbin/unwind/libunbound/services/outside_network.h
527
struct comm_timer* timer;
sbin/unwind/libunbound/util/module.h
619
struct comm_timer* timer;
sbin/unwind/libunbound/util/netevent.c
1982
if(conn->timer.timer_in_list) {
sbin/unwind/libunbound/util/netevent.c
1988
&conn->timer);
sbin/unwind/libunbound/util/netevent.c
1990
if(conn->timer.timer_in_tree)
sbin/unwind/libunbound/util/netevent.c
1992
&conn->timer);
sbin/unwind/libunbound/util/netevent.c
2193
comm_timer_set(c->doq_socket->timer, &rel);
sbin/unwind/libunbound/util/netevent.c
2200
if(comm_timer_is_set(c->doq_socket->timer))
sbin/unwind/libunbound/util/netevent.c
2201
comm_timer_disable(c->doq_socket->timer);
sbin/unwind/libunbound/util/netevent.c
2267
doq_timer_set(c->doq_socket->table, &conn->timer,
sbin/unwind/libunbound/util/netevent.c
2769
doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
sbin/unwind/libunbound/util/netevent.c
2770
if(!doq_socket->timer) {
sbin/unwind/libunbound/util/netevent.c
2797
comm_timer_delete(doq_socket->timer);
sbin/unwind/libunbound/util/netevent.c
6925
comm_timer_disable(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6927
if(!timer)
sbin/unwind/libunbound/util/netevent.c
6929
ub_timer_del(timer->ev_timer->ev);
sbin/unwind/libunbound/util/netevent.c
6930
timer->ev_timer->enabled = 0;
sbin/unwind/libunbound/util/netevent.c
6934
comm_timer_set(struct comm_timer* timer, struct timeval* tv)
sbin/unwind/libunbound/util/netevent.c
6937
if(timer->ev_timer->enabled)
sbin/unwind/libunbound/util/netevent.c
6938
comm_timer_disable(timer);
sbin/unwind/libunbound/util/netevent.c
6939
if(ub_timer_add(timer->ev_timer->ev, timer->ev_timer->base->eb->base,
sbin/unwind/libunbound/util/netevent.c
6940
comm_timer_callback, timer, tv) != 0)
sbin/unwind/libunbound/util/netevent.c
6942
timer->ev_timer->enabled = 1;
sbin/unwind/libunbound/util/netevent.c
6946
comm_timer_delete(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6948
if(!timer)
sbin/unwind/libunbound/util/netevent.c
6950
comm_timer_disable(timer);
sbin/unwind/libunbound/util/netevent.c
6954
ub_event_free(timer->ev_timer->ev);
sbin/unwind/libunbound/util/netevent.c
6955
free(timer->ev_timer);
sbin/unwind/libunbound/util/netevent.c
6971
comm_timer_is_set(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6973
return (int)timer->ev_timer->enabled;
sbin/unwind/libunbound/util/netevent.c
6977
comm_timer_get_mem(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6979
if(!timer) return 0;
sbin/unwind/libunbound/util/netevent.h
1095
struct comm_timer* timer;
sbin/unwind/libunbound/util/netevent.h
799
void comm_timer_disable(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
806
void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
sbin/unwind/libunbound/util/netevent.h
812
void comm_timer_delete(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
819
int comm_timer_is_set(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
826
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
10244
timeout_del(&update_timer->timer);
sys/dev/ic/qwx.c
10264
timeout_add_msec(&update_timer->timer, update_timer->interval);
sys/dev/ic/qwx.c
10286
timeout_add_msec(&update_timer->timer, update_timer->interval);
sys/dev/ic/qwx.c
10465
timeout_set(&update_timer->timer, qwx_dp_shadow_timer_handler,
sys/dev/ic/qwxvar.h
1003
struct timeout timer;
sys/dev/ic/qwzvar.h
1087
struct timeout 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/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
4148
uint8_t timer;
sys/dev/pci/if_mwx.c
4214
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/net/trunklacp.h
147
#define LACP_TIMER_ARM(port, timer, val) \
sys/net/trunklacp.h
148
(port)->lp_timer[(timer)] = (val)
sys/net/trunklacp.h
149
#define LACP_TIMER_DISARM(port, timer) \
sys/net/trunklacp.h
150
(port)->lp_timer[(timer)] = 0
sys/net/trunklacp.h
151
#define LACP_TIMER_ISARMED(port, timer) \
sys/net/trunklacp.h
152
((port)->lp_timer[(timer)] > 0)
sys/net80211/ieee80211_output.c
1951
int ret, timer;
sys/net80211/ieee80211_output.c
1962
timer = 0;
sys/net80211/ieee80211_output.c
1968
timer = IEEE80211_TRANS_WAIT;
sys/net80211/ieee80211_output.c
1982
timer = IEEE80211_TRANS_WAIT;
sys/net80211/ieee80211_output.c
2003
timer = IEEE80211_TRANS_WAIT;
sys/net80211/ieee80211_output.c
2040
if (timer)
sys/net80211/ieee80211_output.c
2041
ic->ic_mgt_timer = timer;
sys/netinet/igmp.c
282
int error, timer, running = 0;
sys/netinet/igmp.c
364
timer = igmp->igmp_code * PR_FASTHZ / IGMP_TIMER_SCALE;
sys/netinet/igmp.c
365
if (timer == 0)
sys/netinet/igmp.c
366
timer = 1;
sys/netinet/igmp.c
386
if (inm->inm_timer <= timer)
sys/netinet/igmp.c
395
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
1402
evtimer_set(&mainstats.timer, udp_process_slice, NULL);
usr.bin/tcpbench/tcpbench.c
1405
evtimer_set(&mainstats.timer, tcp_process_slice, NULL);
usr.bin/tcpbench/tcpbench.c
156
struct event timer; /* process timer */
usr.bin/tcpbench/tcpbench.c
277
if (evtimer_pending(&mainstats.timer, NULL))
usr.bin/tcpbench/tcpbench.c
283
evtimer_add(&mainstats.timer, &tv);
usr.bin/tcpbench/tcpbench.c
284
} else if (evtimer_pending(&mainstats.timer, NULL))
usr.bin/tcpbench/tcpbench.c
285
evtimer_del(&mainstats.timer);
usr.bin/tmux/cmd-run-shell.c
168
evtimer_set(&cdata->timer, cmd_run_shell_timer, cdata);
usr.bin/tmux/cmd-run-shell.c
173
evtimer_add(&cdata->timer, &tv);
usr.bin/tmux/cmd-run-shell.c
175
event_active(&cdata->timer, EV_TIMEOUT, 1);
usr.bin/tmux/cmd-run-shell.c
283
evtimer_del(&cdata->timer);
usr.bin/tmux/cmd-run-shell.c
65
struct event timer;
usr.bin/tmux/status.c
186
evtimer_del(&c->status.timer);
usr.bin/tmux/status.c
198
evtimer_add(&c->status.timer, &tv);
usr.bin/tmux/status.c
208
if (event_initialized(&c->status.timer))
usr.bin/tmux/status.c
209
evtimer_del(&c->status.timer);
usr.bin/tmux/status.c
211
evtimer_set(&c->status.timer, status_timer_callback, c);
usr.bin/tmux/status.c
345
if (event_initialized(&sl->timer))
usr.bin/tmux/status.c
346
evtimer_del(&sl->timer);
usr.bin/tmux/tmux.h
1629
struct event timer;
usr.bin/tmux/tty.c
204
evtimer_add(&tty->timer, &tv);
usr.bin/tmux/tty.c
232
evtimer_add(&tty->timer, &tv);
usr.bin/tmux/tty.c
291
evtimer_set(&tty->timer, tty_timer_callback, tty);
usr.bin/tmux/tty.c
441
event_del(&tty->timer);
usr.bin/tmux/window-clock.c
143
evtimer_add(&data->timer, &tv);
usr.bin/tmux/window-clock.c
155
evtimer_del(&data->timer);
usr.bin/tmux/window-clock.c
181
evtimer_set(&data->timer, window_clock_timer_callback, wme);
usr.bin/tmux/window-clock.c
198
evtimer_del(&data->timer);
usr.bin/tmux/window-clock.c
50
struct event 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
486
if (output->timer == NULL)
usr.sbin/bgpctl/bgpctl.c
491
output->timer(&t);
usr.sbin/bgpctl/bgpctl.h
24
void (*timer)(struct ctl_timer *);
usr.sbin/bgpctl/output.c
1246
.timer = show_timer,
usr.sbin/bgpctl/output_json.c
1081
.timer = json_timer,
usr.sbin/bgpd/bgpd.h
1489
struct timer_head timer;
usr.sbin/bgpd/bgpd.h
251
TAILQ_HEAD(timer_head, timer);
usr.sbin/bgpd/mrt.c
1171
if (timer_nextisdue(&MRT2MC(m)->timer, now) !=
usr.sbin/bgpd/mrt.c
1174
timer_set(&MRT2MC(m)->timer,
usr.sbin/bgpd/mrt.c
1178
nextaction = timer_nextduein(&MRT2MC(m)->timer);
usr.sbin/bgpd/mrt.c
1199
timer_set(&MRT2MC(m)->timer,
usr.sbin/bgpd/mrt.c
1209
timer_remove_all(&MRT2MC(m)->timer);
usr.sbin/bgpd/mrt.c
1230
timer_set(&MRT2MC(m)->timer, Timer_Mrt_Reopen,
usr.sbin/bgpd/mrt.c
1266
TAILQ_INIT(&MRT2MC(xm)->timer);
usr.sbin/bgpd/mrt.c
1287
timer_remove_all(&MRT2MC(m)->timer);
usr.sbin/bgpd/parse.y
4763
TAILQ_INIT(&MRT2MC(n)->timer);
usr.sbin/bgpd/rtr_proto.c
1312
struct timer *t;
usr.sbin/bgpd/session.c
345
struct timer *pt;
usr.sbin/bgpd/session.h
194
TAILQ_ENTRY(timer) entry;
usr.sbin/bgpd/session.h
377
struct timer *timer_get(struct timer_head *, enum Timer);
usr.sbin/bgpd/session.h
378
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
590
evtimer_add(&engine_iface->timer, &tv);
usr.sbin/rad/engine.c
615
evtimer_set(&engine_iface->timer, iface_timeout, engine_iface);
usr.sbin/rad/engine.c
621
evtimer_add(&engine_iface->timer, &tv);
usr.sbin/rad/engine.c
642
evtimer_del(&engine_iface->timer);
usr.sbin/rad/engine.c
665
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
848
qstate->serve_expired_data->timer) {
usr.sbin/unbound/dnstap/dtstream.c
1810
struct ub_event* timer, *stopev;
usr.sbin/unbound/dnstap/dtstream.c
1830
timer = ub_event_new(info.base, -1, UB_EV_TIMEOUT,
usr.sbin/unbound/dnstap/dtstream.c
1832
if(!timer) {
usr.sbin/unbound/dnstap/dtstream.c
1839
if(ub_timer_add(timer, info.base, &dtio_stop_timer_cb, &info,
usr.sbin/unbound/dnstap/dtstream.c
1842
ub_event_free(timer);
usr.sbin/unbound/dnstap/dtstream.c
1850
ub_timer_del(timer);
usr.sbin/unbound/dnstap/dtstream.c
1851
ub_event_free(timer);
usr.sbin/unbound/dnstap/dtstream.c
1858
ub_timer_del(timer);
usr.sbin/unbound/dnstap/dtstream.c
1859
ub_event_free(timer);
usr.sbin/unbound/dnstap/dtstream.c
1869
ub_timer_del(timer);
usr.sbin/unbound/dnstap/dtstream.c
1870
ub_event_free(timer);
usr.sbin/unbound/dnstap/dtstream.c
1887
ub_timer_del(timer);
usr.sbin/unbound/dnstap/dtstream.c
1888
ub_event_free(timer);
usr.sbin/unbound/services/authzone.c
2327
comm_timer_delete(xfr->task_nextprobe->timer);
usr.sbin/unbound/services/authzone.c
2333
comm_timer_delete(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
2339
comm_timer_delete(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.c
5396
comm_timer_delete(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.c
5397
xfr->task_transfer->timer = NULL;
usr.sbin/unbound/services/authzone.c
5512
if(!xfr->task_transfer->timer) {
usr.sbin/unbound/services/authzone.c
5513
xfr->task_transfer->timer = comm_timer_create(env->worker_base,
usr.sbin/unbound/services/authzone.c
5515
if(!xfr->task_transfer->timer) {
usr.sbin/unbound/services/authzone.c
5545
comm_timer_set(xfr->task_transfer->timer, &t);
usr.sbin/unbound/services/authzone.c
5577
comm_timer_set(xfr->task_transfer->timer, &t);
usr.sbin/unbound/services/authzone.c
6191
comm_timer_disable(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.c
6273
comm_timer_disable(xfr->task_transfer->timer);
usr.sbin/unbound/services/authzone.c
6351
comm_timer_delete(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
6352
xfr->task_probe->timer = NULL;
usr.sbin/unbound/services/authzone.c
6436
if(!xfr->task_probe->timer) {
usr.sbin/unbound/services/authzone.c
6437
xfr->task_probe->timer = comm_timer_create(env->worker_base,
usr.sbin/unbound/services/authzone.c
6439
if(!xfr->task_probe->timer) {
usr.sbin/unbound/services/authzone.c
6467
comm_timer_set(xfr->task_probe->timer, &t);
usr.sbin/unbound/services/authzone.c
6526
comm_timer_disable(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
6828
comm_timer_delete(xfr->task_nextprobe->timer);
usr.sbin/unbound/services/authzone.c
6829
xfr->task_nextprobe->timer = NULL;
usr.sbin/unbound/services/authzone.c
6975
if(!xfr->task_nextprobe->timer) {
usr.sbin/unbound/services/authzone.c
6976
xfr->task_nextprobe->timer = comm_timer_create(
usr.sbin/unbound/services/authzone.c
6978
if(!xfr->task_nextprobe->timer) {
usr.sbin/unbound/services/authzone.c
7008
comm_timer_set(xfr->task_nextprobe->timer, &tv);
usr.sbin/unbound/services/authzone.c
8692
m += comm_timer_get_mem(xfr->task_nextprobe->timer);
usr.sbin/unbound/services/authzone.c
8697
m += comm_timer_get_mem(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
8703
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
3360
if(conn->timer.timer_in_list) {
usr.sbin/unbound/services/listen_dnsport.c
3364
doq_timer_list_remove(conn->table, &conn->timer);
usr.sbin/unbound/services/listen_dnsport.c
3366
if(conn->timer.timer_in_tree)
usr.sbin/unbound/services/listen_dnsport.c
3367
doq_timer_tree_remove(conn->table, &conn->timer);
usr.sbin/unbound/services/listen_dnsport.c
3426
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3428
if(!timer->timer_in_tree)
usr.sbin/unbound/services/listen_dnsport.c
3430
rbtree_delete(table->timer_tree, timer);
usr.sbin/unbound/services/listen_dnsport.c
3431
timer->timer_in_tree = 0;
usr.sbin/unbound/services/listen_dnsport.c
3433
if(timer->setlist_first) {
usr.sbin/unbound/services/listen_dnsport.c
3434
struct doq_timer* rb_timer = timer->setlist_first;
usr.sbin/unbound/services/listen_dnsport.c
3439
timer->setlist_last = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3440
timer->setlist_first = rb_timer->setlist_next;
usr.sbin/unbound/services/listen_dnsport.c
3450
rb_timer->setlist_first = timer->setlist_first;
usr.sbin/unbound/services/listen_dnsport.c
3451
rb_timer->setlist_last = timer->setlist_last;
usr.sbin/unbound/services/listen_dnsport.c
3452
timer->setlist_first = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3453
timer->setlist_last = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3454
rb_timer->worker_doq_socket = timer->worker_doq_socket;
usr.sbin/unbound/services/listen_dnsport.c
3456
timer->worker_doq_socket = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3460
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3463
if(!timer->timer_in_list)
usr.sbin/unbound/services/listen_dnsport.c
3466
rb_timer = doq_timer_find_time(table, &timer->time);
usr.sbin/unbound/services/listen_dnsport.c
3468
if(timer->setlist_prev)
usr.sbin/unbound/services/listen_dnsport.c
3469
timer->setlist_prev->setlist_next = timer->setlist_next;
usr.sbin/unbound/services/listen_dnsport.c
3471
rb_timer->setlist_first = timer->setlist_next;
usr.sbin/unbound/services/listen_dnsport.c
3472
if(timer->setlist_next)
usr.sbin/unbound/services/listen_dnsport.c
3473
timer->setlist_next->setlist_prev = timer->setlist_prev;
usr.sbin/unbound/services/listen_dnsport.c
3475
rb_timer->setlist_last = timer->setlist_prev;
usr.sbin/unbound/services/listen_dnsport.c
3476
timer->setlist_prev = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3477
timer->setlist_next = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3479
timer->timer_in_list = 0;
usr.sbin/unbound/services/listen_dnsport.c
3484
doq_timer_list_append(struct doq_timer* rb_timer, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3486
log_assert(timer->timer_in_list == 0);
usr.sbin/unbound/services/listen_dnsport.c
3487
timer->timer_in_list = 1;
usr.sbin/unbound/services/listen_dnsport.c
3488
timer->setlist_next = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3489
timer->setlist_prev = rb_timer->setlist_last;
usr.sbin/unbound/services/listen_dnsport.c
3491
rb_timer->setlist_last->setlist_next = timer;
usr.sbin/unbound/services/listen_dnsport.c
3493
rb_timer->setlist_first = timer;
usr.sbin/unbound/services/listen_dnsport.c
3494
rb_timer->setlist_last = timer;
usr.sbin/unbound/services/listen_dnsport.c
3498
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3500
if(timer->timer_in_list) {
usr.sbin/unbound/services/listen_dnsport.c
3504
doq_timer_list_remove(table, timer);
usr.sbin/unbound/services/listen_dnsport.c
3506
if(timer->timer_in_tree)
usr.sbin/unbound/services/listen_dnsport.c
3507
doq_timer_tree_remove(table, timer);
usr.sbin/unbound/services/listen_dnsport.c
3508
timer->worker_doq_socket = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3511
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/listen_dnsport.c
3515
if(verbosity >= VERB_ALGO && timer->conn) {
usr.sbin/unbound/services/listen_dnsport.c
3518
addr_to_str((void*)&timer->conn->key.paddr.addr,
usr.sbin/unbound/services/listen_dnsport.c
3519
timer->conn->key.paddr.addrlen, a, sizeof(a));
usr.sbin/unbound/services/listen_dnsport.c
3525
if(timer->timer_in_tree || timer->timer_in_list) {
usr.sbin/unbound/services/listen_dnsport.c
3526
if(timer->time.tv_sec == tv->tv_sec &&
usr.sbin/unbound/services/listen_dnsport.c
3527
timer->time.tv_usec == tv->tv_usec)
usr.sbin/unbound/services/listen_dnsport.c
3529
doq_timer_unset(table, timer);
usr.sbin/unbound/services/listen_dnsport.c
3531
timer->time.tv_sec = tv->tv_sec;
usr.sbin/unbound/services/listen_dnsport.c
3532
timer->time.tv_usec = tv->tv_usec;
usr.sbin/unbound/services/listen_dnsport.c
3537
doq_timer_list_append(rb_timer, timer);
usr.sbin/unbound/services/listen_dnsport.c
3541
memset(&timer->node, 0, sizeof(timer->node));
usr.sbin/unbound/services/listen_dnsport.c
3542
timer->node.key = timer;
usr.sbin/unbound/services/listen_dnsport.c
3543
rbtree_insert(table->timer_tree, &timer->node);
usr.sbin/unbound/services/listen_dnsport.c
3544
timer->timer_in_tree = 1;
usr.sbin/unbound/services/listen_dnsport.c
3545
timer->setlist_first = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3546
timer->setlist_last = NULL;
usr.sbin/unbound/services/listen_dnsport.c
3547
timer->worker_doq_socket = worker_doq_socket;
usr.sbin/unbound/services/listen_dnsport.c
3580
conn->timer.conn = conn;
usr.sbin/unbound/services/listen_dnsport.c
5589
if(conn->timer.timer_in_tree || conn->timer.timer_in_list) {
usr.sbin/unbound/services/listen_dnsport.c
5590
if(conn->timer.time.tv_sec == tv->tv_sec &&
usr.sbin/unbound/services/listen_dnsport.c
5591
conn->timer.time.tv_usec == tv->tv_usec)
usr.sbin/unbound/services/listen_dnsport.h
642
struct doq_timer timer;
usr.sbin/unbound/services/listen_dnsport.h
822
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
825
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
828
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
831
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/mesh.c
1056
if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
usr.sbin/unbound/services/mesh.c
1057
comm_timer_delete(mstate->s.serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
1058
mstate->s.serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
1709
comm_timer_delete(mstate->s.serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
1710
mstate->s.serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
2417
comm_timer_delete(qstate->serve_expired_data->timer);
usr.sbin/unbound/services/mesh.c
2418
qstate->serve_expired_data->timer = NULL;
usr.sbin/unbound/services/mesh.c
410
if(!mstate->s.serve_expired_data->timer && timeout != -1) {
usr.sbin/unbound/services/mesh.c
411
mstate->s.serve_expired_data->timer = comm_timer_create(
usr.sbin/unbound/services/mesh.c
413
if(!mstate->s.serve_expired_data->timer)
usr.sbin/unbound/services/mesh.c
419
comm_timer_set(mstate->s.serve_expired_data->timer, &t);
usr.sbin/unbound/services/outside_network.c
1546
comm_timer_disable(p->timer);
usr.sbin/unbound/services/outside_network.c
1615
p->timer->callback = &pending_udp_timer_delay_cb;
usr.sbin/unbound/services/outside_network.c
1616
comm_timer_set(p->timer, &outnet->delay_tv);
usr.sbin/unbound/services/outside_network.c
1840
if(sq->timer)
usr.sbin/unbound/services/outside_network.c
1841
comm_timer_delete(sq->timer);
usr.sbin/unbound/services/outside_network.c
198
if(w->timer)
usr.sbin/unbound/services/outside_network.c
1980
if(p->timer)
usr.sbin/unbound/services/outside_network.c
1981
comm_timer_delete(p->timer);
usr.sbin/unbound/services/outside_network.c
199
comm_timer_delete(w->timer);
usr.sbin/unbound/services/outside_network.c
2251
comm_timer_set(pend->timer, &tv);
usr.sbin/unbound/services/outside_network.c
2286
pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
usr.sbin/unbound/services/outside_network.c
2288
if(!pend->timer) {
usr.sbin/unbound/services/outside_network.c
2301
comm_timer_delete(pend->timer);
usr.sbin/unbound/services/outside_network.c
2475
if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
usr.sbin/unbound/services/outside_network.c
2681
sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
usr.sbin/unbound/services/outside_network.c
2682
if(!sq->timer) {
usr.sbin/unbound/services/outside_network.c
2688
comm_timer_set(sq->timer, &t);
usr.sbin/unbound/services/outside_network.c
3860
if(w->timer)
usr.sbin/unbound/services/outside_network.c
3861
s += comm_timer_get_mem(w->timer);
usr.sbin/unbound/services/outside_network.c
3887
s = sizeof(*w) + comm_timer_get_mem(w->timer) + w->pkt_len;
usr.sbin/unbound/services/outside_network.c
641
comm_timer_set(w->timer, &tv);
usr.sbin/unbound/services/outside_network.c
915
comm_timer_set(w->timer, &tv);
usr.sbin/unbound/services/outside_network.c
939
comm_timer_set(w->timer, &tv);
usr.sbin/unbound/services/outside_network.c
983
comm_timer_disable(w->timer);
usr.sbin/unbound/services/outside_network.h
326
struct comm_timer* timer;
usr.sbin/unbound/services/outside_network.h
390
struct comm_timer* timer;
usr.sbin/unbound/services/outside_network.h
527
struct comm_timer* timer;
usr.sbin/unbound/testcode/fake_event.c
1509
size_t comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
usr.sbin/unbound/testcode/fake_event.c
1673
void comm_timer_disable(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1675
struct fake_timer* t = (struct fake_timer*)timer;
usr.sbin/unbound/testcode/fake_event.c
1680
void comm_timer_set(struct comm_timer* timer, struct timeval* tv)
usr.sbin/unbound/testcode/fake_event.c
1682
struct fake_timer* t = (struct fake_timer*)timer;
usr.sbin/unbound/testcode/fake_event.c
1690
int comm_timer_is_set(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1692
struct fake_timer* t = (struct fake_timer*)timer;
usr.sbin/unbound/testcode/fake_event.c
1696
void comm_timer_delete(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1698
struct fake_timer* t = (struct fake_timer*)timer;
usr.sbin/unbound/testcode/fake_event.c
1715
free(timer);
usr.sbin/unbound/util/module.h
619
struct comm_timer* timer;
usr.sbin/unbound/util/netevent.c
1982
if(conn->timer.timer_in_list) {
usr.sbin/unbound/util/netevent.c
1988
&conn->timer);
usr.sbin/unbound/util/netevent.c
1990
if(conn->timer.timer_in_tree)
usr.sbin/unbound/util/netevent.c
1992
&conn->timer);
usr.sbin/unbound/util/netevent.c
2193
comm_timer_set(c->doq_socket->timer, &rel);
usr.sbin/unbound/util/netevent.c
2200
if(comm_timer_is_set(c->doq_socket->timer))
usr.sbin/unbound/util/netevent.c
2201
comm_timer_disable(c->doq_socket->timer);
usr.sbin/unbound/util/netevent.c
2267
doq_timer_set(c->doq_socket->table, &conn->timer,
usr.sbin/unbound/util/netevent.c
2769
doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
usr.sbin/unbound/util/netevent.c
2770
if(!doq_socket->timer) {
usr.sbin/unbound/util/netevent.c
2797
comm_timer_delete(doq_socket->timer);
usr.sbin/unbound/util/netevent.c
6925
comm_timer_disable(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6927
if(!timer)
usr.sbin/unbound/util/netevent.c
6929
ub_timer_del(timer->ev_timer->ev);
usr.sbin/unbound/util/netevent.c
6930
timer->ev_timer->enabled = 0;
usr.sbin/unbound/util/netevent.c
6934
comm_timer_set(struct comm_timer* timer, struct timeval* tv)
usr.sbin/unbound/util/netevent.c
6937
if(timer->ev_timer->enabled)
usr.sbin/unbound/util/netevent.c
6938
comm_timer_disable(timer);
usr.sbin/unbound/util/netevent.c
6939
if(ub_timer_add(timer->ev_timer->ev, timer->ev_timer->base->eb->base,
usr.sbin/unbound/util/netevent.c
6940
comm_timer_callback, timer, tv) != 0)
usr.sbin/unbound/util/netevent.c
6942
timer->ev_timer->enabled = 1;
usr.sbin/unbound/util/netevent.c
6946
comm_timer_delete(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6948
if(!timer)
usr.sbin/unbound/util/netevent.c
6950
comm_timer_disable(timer);
usr.sbin/unbound/util/netevent.c
6954
ub_event_free(timer->ev_timer->ev);
usr.sbin/unbound/util/netevent.c
6955
free(timer->ev_timer);
usr.sbin/unbound/util/netevent.c
6971
comm_timer_is_set(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6973
return (int)timer->ev_timer->enabled;
usr.sbin/unbound/util/netevent.c
6977
comm_timer_get_mem(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6979
if(!timer) return 0;
usr.sbin/unbound/util/netevent.h
1095
struct comm_timer* timer;
usr.sbin/unbound/util/netevent.h
799
void comm_timer_disable(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
806
void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
usr.sbin/unbound/util/netevent.h
812
void comm_timer_delete(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
819
int comm_timer_is_set(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
826
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 */