Symbol: lock_protect
sbin/unwind/libunbound/iterator/iter_fwd.c
389
lock_protect(&fwd->lock, fwd->tree, sizeof(*fwd->tree));
sbin/unwind/libunbound/iterator/iter_fwd.c
650
lock_protect(&fwd->lock, fwd->tree, sizeof(*fwd->tree));
sbin/unwind/libunbound/iterator/iter_fwd.c
651
lock_protect(&data->lock, data->tree, sizeof(*data->tree));
sbin/unwind/libunbound/iterator/iter_hints.c
61
lock_protect(&hints->lock, &hints->tree, sizeof(hints->tree));
sbin/unwind/libunbound/iterator/iterator.c
98
lock_protect(&iter_env->queries_ratelimit_lock,
sbin/unwind/libunbound/services/authzone.c
2149
lock_protect(&z->lock, &z->rpz->local_zones, sizeof(*z->rpz));
sbin/unwind/libunbound/services/authzone.c
304
lock_protect(&az->lock, &az->ztree, sizeof(az->ztree));
sbin/unwind/libunbound/services/authzone.c
305
lock_protect(&az->lock, &az->xtree, sizeof(az->xtree));
sbin/unwind/libunbound/services/authzone.c
308
lock_protect(&az->rpz_lock, &az->rpz_first, sizeof(az->rpz_first));
sbin/unwind/libunbound/services/authzone.c
434
lock_protect(&z->lock, &z->name, sizeof(*z)-sizeof(rbnode_type)-
sbin/unwind/libunbound/services/authzone.c
7120
lock_protect(&xfr->lock, &xfr->name, sizeof(xfr->name));
sbin/unwind/libunbound/services/authzone.c
7121
lock_protect(&xfr->lock, &xfr->namelen, sizeof(xfr->namelen));
sbin/unwind/libunbound/services/authzone.c
7122
lock_protect(&xfr->lock, xfr->name, xfr->namelen);
sbin/unwind/libunbound/services/authzone.c
7123
lock_protect(&xfr->lock, &xfr->namelabs, sizeof(xfr->namelabs));
sbin/unwind/libunbound/services/authzone.c
7124
lock_protect(&xfr->lock, &xfr->dclass, sizeof(xfr->dclass));
sbin/unwind/libunbound/services/authzone.c
7125
lock_protect(&xfr->lock, &xfr->notify_received, sizeof(xfr->notify_received));
sbin/unwind/libunbound/services/authzone.c
7126
lock_protect(&xfr->lock, &xfr->notify_serial, sizeof(xfr->notify_serial));
sbin/unwind/libunbound/services/authzone.c
7127
lock_protect(&xfr->lock, &xfr->zone_expired, sizeof(xfr->zone_expired));
sbin/unwind/libunbound/services/authzone.c
7128
lock_protect(&xfr->lock, &xfr->have_zone, sizeof(xfr->have_zone));
sbin/unwind/libunbound/services/authzone.c
7129
lock_protect(&xfr->lock, &xfr->soa_zone_acquired, sizeof(xfr->soa_zone_acquired));
sbin/unwind/libunbound/services/authzone.c
7130
lock_protect(&xfr->lock, &xfr->serial, sizeof(xfr->serial));
sbin/unwind/libunbound/services/authzone.c
7131
lock_protect(&xfr->lock, &xfr->retry, sizeof(xfr->retry));
sbin/unwind/libunbound/services/authzone.c
7132
lock_protect(&xfr->lock, &xfr->refresh, sizeof(xfr->refresh));
sbin/unwind/libunbound/services/authzone.c
7133
lock_protect(&xfr->lock, &xfr->expiry, sizeof(xfr->expiry));
sbin/unwind/libunbound/services/authzone.c
7134
lock_protect(&xfr->lock, &xfr->lease_time, sizeof(xfr->lease_time));
sbin/unwind/libunbound/services/authzone.c
7135
lock_protect(&xfr->lock, &xfr->task_nextprobe->worker,
sbin/unwind/libunbound/services/authzone.c
7137
lock_protect(&xfr->lock, &xfr->task_probe->worker,
sbin/unwind/libunbound/services/authzone.c
7139
lock_protect(&xfr->lock, &xfr->task_transfer->worker,
sbin/unwind/libunbound/services/listen_dnsport.c
3330
lock_protect(&table->lock, &table->static_secret,
sbin/unwind/libunbound/services/listen_dnsport.c
3332
lock_protect(&table->lock, &table->static_secret_len,
sbin/unwind/libunbound/services/listen_dnsport.c
3334
lock_protect(&table->lock, table->static_secret,
sbin/unwind/libunbound/services/listen_dnsport.c
3336
lock_protect(&table->lock, &table->sv_scidlen,
sbin/unwind/libunbound/services/listen_dnsport.c
3338
lock_protect(&table->lock, &table->idle_timeout,
sbin/unwind/libunbound/services/listen_dnsport.c
3340
lock_protect(&table->lock, &table->conn_tree, sizeof(table->conn_tree));
sbin/unwind/libunbound/services/listen_dnsport.c
3341
lock_protect(&table->lock, table->conn_tree, sizeof(*table->conn_tree));
sbin/unwind/libunbound/services/listen_dnsport.c
3342
lock_protect(&table->conid_lock, table->conid_tree,
sbin/unwind/libunbound/services/listen_dnsport.c
3344
lock_protect(&table->lock, table->timer_tree,
sbin/unwind/libunbound/services/listen_dnsport.c
3346
lock_protect(&table->size_lock, &table->current_size,
sbin/unwind/libunbound/services/listen_dnsport.c
3582
lock_protect(&conn->lock, &conn->key, sizeof(conn->key));
sbin/unwind/libunbound/services/listen_dnsport.c
3583
lock_protect(&conn->lock, &conn->doq_socket, sizeof(conn->doq_socket));
sbin/unwind/libunbound/services/listen_dnsport.c
3584
lock_protect(&conn->lock, &conn->table, sizeof(conn->table));
sbin/unwind/libunbound/services/listen_dnsport.c
3585
lock_protect(&conn->lock, &conn->is_deleted, sizeof(conn->is_deleted));
sbin/unwind/libunbound/services/listen_dnsport.c
3586
lock_protect(&conn->lock, &conn->version, sizeof(conn->version));
sbin/unwind/libunbound/services/listen_dnsport.c
3587
lock_protect(&conn->lock, &conn->conn, sizeof(conn->conn));
sbin/unwind/libunbound/services/listen_dnsport.c
3588
lock_protect(&conn->lock, &conn->conid_list, sizeof(conn->conid_list));
sbin/unwind/libunbound/services/listen_dnsport.c
3590
lock_protect(&conn->lock, &conn->ccerr, sizeof(conn->ccerr));
sbin/unwind/libunbound/services/listen_dnsport.c
3592
lock_protect(&conn->lock, &conn->last_error, sizeof(conn->last_error));
sbin/unwind/libunbound/services/listen_dnsport.c
3594
lock_protect(&conn->lock, &conn->tls_alert, sizeof(conn->tls_alert));
sbin/unwind/libunbound/services/listen_dnsport.c
3595
lock_protect(&conn->lock, &conn->ssl, sizeof(conn->ssl));
sbin/unwind/libunbound/services/listen_dnsport.c
3596
lock_protect(&conn->lock, &conn->close_pkt, sizeof(conn->close_pkt));
sbin/unwind/libunbound/services/listen_dnsport.c
3597
lock_protect(&conn->lock, &conn->close_pkt_len, sizeof(conn->close_pkt_len));
sbin/unwind/libunbound/services/listen_dnsport.c
3598
lock_protect(&conn->lock, &conn->close_ecn, sizeof(conn->close_ecn));
sbin/unwind/libunbound/services/listen_dnsport.c
3599
lock_protect(&conn->lock, &conn->stream_tree, sizeof(conn->stream_tree));
sbin/unwind/libunbound/services/listen_dnsport.c
3600
lock_protect(&conn->lock, &conn->stream_write_first, sizeof(conn->stream_write_first));
sbin/unwind/libunbound/services/listen_dnsport.c
3601
lock_protect(&conn->lock, &conn->stream_write_last, sizeof(conn->stream_write_last));
sbin/unwind/libunbound/services/listen_dnsport.c
3602
lock_protect(&conn->lock, &conn->write_interest, sizeof(conn->write_interest));
sbin/unwind/libunbound/services/listen_dnsport.c
3603
lock_protect(&conn->lock, &conn->on_write_list, sizeof(conn->on_write_list));
sbin/unwind/libunbound/services/listen_dnsport.c
3604
lock_protect(&conn->lock, &conn->write_prev, sizeof(conn->write_prev));
sbin/unwind/libunbound/services/listen_dnsport.c
3605
lock_protect(&conn->lock, &conn->write_next, sizeof(conn->write_next));
sbin/unwind/libunbound/services/localzone.c
106
lock_protect(&zones->lock, &zones->ztree, sizeof(zones->ztree));
sbin/unwind/libunbound/services/localzone.c
204
lock_protect(&z->lock, &z->parent, sizeof(*z)-sizeof(rbnode_type));
sbin/unwind/libunbound/services/view.c
112
lock_protect(&v->lock, &v->name, sizeof(*v)-sizeof(rbnode_type));
sbin/unwind/libunbound/services/view.c
66
lock_protect(&v->lock, &v->vtree, sizeof(v->vtree));
sbin/unwind/libunbound/util/alloc.c
125
lock_protect(&alloc->lock, alloc, sizeof(*alloc));
sbin/unwind/libunbound/util/data/msgreply.c
746
lock_protect(&e->entry.lock, &e->key.qname, sizeof(e->key.qname));
sbin/unwind/libunbound/util/data/msgreply.c
747
lock_protect(&e->entry.lock, &e->key.qname_len, sizeof(e->key.qname_len));
sbin/unwind/libunbound/util/data/msgreply.c
748
lock_protect(&e->entry.lock, &e->key.qtype, sizeof(e->key.qtype));
sbin/unwind/libunbound/util/data/msgreply.c
749
lock_protect(&e->entry.lock, &e->key.qclass, sizeof(e->key.qclass));
sbin/unwind/libunbound/util/data/msgreply.c
750
lock_protect(&e->entry.lock, &e->key.local_alias, sizeof(e->key.local_alias));
sbin/unwind/libunbound/util/data/msgreply.c
751
lock_protect(&e->entry.lock, &e->entry.hash, sizeof(e->entry.hash));
sbin/unwind/libunbound/util/data/msgreply.c
752
lock_protect(&e->entry.lock, &e->entry.key, sizeof(e->entry.key));
sbin/unwind/libunbound/util/data/msgreply.c
753
lock_protect(&e->entry.lock, &e->entry.data, sizeof(e->entry.data));
sbin/unwind/libunbound/util/data/msgreply.c
754
lock_protect(&e->entry.lock, e->key.qname, e->key.qname_len);
sbin/unwind/libunbound/util/edns.c
222
lock_protect(&cookie_secrets->lock, &cookie_secrets->cookie_count,
sbin/unwind/libunbound/util/edns.c
224
lock_protect(&cookie_secrets->lock, cookie_secrets->cookie_secrets,
sbin/unwind/libunbound/util/storage/lruhash.c
265
lock_protect(&table->lock, table->array,
sbin/unwind/libunbound/util/storage/lruhash.c
56
lock_protect(&array[i].lock, &array[i],
sbin/unwind/libunbound/util/storage/lruhash.c
92
lock_protect(&table->lock, table, sizeof(*table));
sbin/unwind/libunbound/util/storage/lruhash.c
93
lock_protect(&table->lock, table->array,
sbin/unwind/libunbound/validator/autotrust.c
377
lock_protect(&tp->lock, tp, sizeof(*tp));
sbin/unwind/libunbound/validator/autotrust.c
378
lock_protect(&tp->lock, tp->autr, sizeof(*tp->autr));
sbin/unwind/libunbound/validator/val_anchor.c
92
lock_protect(&a->lock, a, sizeof(*a));
sbin/unwind/libunbound/validator/val_anchor.c
93
lock_protect(&a->lock, a->autr, sizeof(*a->autr));
sbin/unwind/libunbound/validator/val_neg.c
99
lock_protect(&neg->lock, neg, sizeof(*neg));
sbin/unwind/libunbound/validator/validator.c
238
lock_protect(&val_env->bogus_lock, &val_env->num_rrset_bogus,
usr.sbin/unbound/cachedb/cachedb.c
126
lock_protect(&d->lock, d, sizeof(*d));
usr.sbin/unbound/cachedb/redis.c
265
lock_protect(&moddata->wait_lock, &moddata->reconnect_wait,
usr.sbin/unbound/cachedb/redis.c
268
lock_protect(&moddata->replica_wait_lock,
usr.sbin/unbound/daemon/remote.c
7015
lock_protect(&fr->fr_output_lock, fr->fr_output,
usr.sbin/unbound/dnscrypt/dnscrypt.c
949
lock_protect(&env->shared_secrets_cache_lock,
usr.sbin/unbound/dnscrypt/dnscrypt.c
953
lock_protect(&env->nonces_cache_lock,
usr.sbin/unbound/dnscrypt/dnscrypt.c
956
lock_protect(&env->nonces_cache_lock,
usr.sbin/unbound/dnstap/dtstream.c
117
lock_protect(&mq->lock, mq, sizeof(*mq));
usr.sbin/unbound/dnstap/dtstream.c
308
lock_protect(&dtio->wakeup_timer_lock, &dtio->wakeup_timer_enabled,
usr.sbin/unbound/iterator/iter_fwd.c
389
lock_protect(&fwd->lock, fwd->tree, sizeof(*fwd->tree));
usr.sbin/unbound/iterator/iter_fwd.c
650
lock_protect(&fwd->lock, fwd->tree, sizeof(*fwd->tree));
usr.sbin/unbound/iterator/iter_fwd.c
651
lock_protect(&data->lock, data->tree, sizeof(*data->tree));
usr.sbin/unbound/iterator/iter_hints.c
61
lock_protect(&hints->lock, &hints->tree, sizeof(hints->tree));
usr.sbin/unbound/iterator/iterator.c
98
lock_protect(&iter_env->queries_ratelimit_lock,
usr.sbin/unbound/services/authzone.c
2149
lock_protect(&z->lock, &z->rpz->local_zones, sizeof(*z->rpz));
usr.sbin/unbound/services/authzone.c
304
lock_protect(&az->lock, &az->ztree, sizeof(az->ztree));
usr.sbin/unbound/services/authzone.c
305
lock_protect(&az->lock, &az->xtree, sizeof(az->xtree));
usr.sbin/unbound/services/authzone.c
308
lock_protect(&az->rpz_lock, &az->rpz_first, sizeof(az->rpz_first));
usr.sbin/unbound/services/authzone.c
434
lock_protect(&z->lock, &z->name, sizeof(*z)-sizeof(rbnode_type)-
usr.sbin/unbound/services/authzone.c
7120
lock_protect(&xfr->lock, &xfr->name, sizeof(xfr->name));
usr.sbin/unbound/services/authzone.c
7121
lock_protect(&xfr->lock, &xfr->namelen, sizeof(xfr->namelen));
usr.sbin/unbound/services/authzone.c
7122
lock_protect(&xfr->lock, xfr->name, xfr->namelen);
usr.sbin/unbound/services/authzone.c
7123
lock_protect(&xfr->lock, &xfr->namelabs, sizeof(xfr->namelabs));
usr.sbin/unbound/services/authzone.c
7124
lock_protect(&xfr->lock, &xfr->dclass, sizeof(xfr->dclass));
usr.sbin/unbound/services/authzone.c
7125
lock_protect(&xfr->lock, &xfr->notify_received, sizeof(xfr->notify_received));
usr.sbin/unbound/services/authzone.c
7126
lock_protect(&xfr->lock, &xfr->notify_serial, sizeof(xfr->notify_serial));
usr.sbin/unbound/services/authzone.c
7127
lock_protect(&xfr->lock, &xfr->zone_expired, sizeof(xfr->zone_expired));
usr.sbin/unbound/services/authzone.c
7128
lock_protect(&xfr->lock, &xfr->have_zone, sizeof(xfr->have_zone));
usr.sbin/unbound/services/authzone.c
7129
lock_protect(&xfr->lock, &xfr->soa_zone_acquired, sizeof(xfr->soa_zone_acquired));
usr.sbin/unbound/services/authzone.c
7130
lock_protect(&xfr->lock, &xfr->serial, sizeof(xfr->serial));
usr.sbin/unbound/services/authzone.c
7131
lock_protect(&xfr->lock, &xfr->retry, sizeof(xfr->retry));
usr.sbin/unbound/services/authzone.c
7132
lock_protect(&xfr->lock, &xfr->refresh, sizeof(xfr->refresh));
usr.sbin/unbound/services/authzone.c
7133
lock_protect(&xfr->lock, &xfr->expiry, sizeof(xfr->expiry));
usr.sbin/unbound/services/authzone.c
7134
lock_protect(&xfr->lock, &xfr->lease_time, sizeof(xfr->lease_time));
usr.sbin/unbound/services/authzone.c
7135
lock_protect(&xfr->lock, &xfr->task_nextprobe->worker,
usr.sbin/unbound/services/authzone.c
7137
lock_protect(&xfr->lock, &xfr->task_probe->worker,
usr.sbin/unbound/services/authzone.c
7139
lock_protect(&xfr->lock, &xfr->task_transfer->worker,
usr.sbin/unbound/services/listen_dnsport.c
3330
lock_protect(&table->lock, &table->static_secret,
usr.sbin/unbound/services/listen_dnsport.c
3332
lock_protect(&table->lock, &table->static_secret_len,
usr.sbin/unbound/services/listen_dnsport.c
3334
lock_protect(&table->lock, table->static_secret,
usr.sbin/unbound/services/listen_dnsport.c
3336
lock_protect(&table->lock, &table->sv_scidlen,
usr.sbin/unbound/services/listen_dnsport.c
3338
lock_protect(&table->lock, &table->idle_timeout,
usr.sbin/unbound/services/listen_dnsport.c
3340
lock_protect(&table->lock, &table->conn_tree, sizeof(table->conn_tree));
usr.sbin/unbound/services/listen_dnsport.c
3341
lock_protect(&table->lock, table->conn_tree, sizeof(*table->conn_tree));
usr.sbin/unbound/services/listen_dnsport.c
3342
lock_protect(&table->conid_lock, table->conid_tree,
usr.sbin/unbound/services/listen_dnsport.c
3344
lock_protect(&table->lock, table->timer_tree,
usr.sbin/unbound/services/listen_dnsport.c
3346
lock_protect(&table->size_lock, &table->current_size,
usr.sbin/unbound/services/listen_dnsport.c
3582
lock_protect(&conn->lock, &conn->key, sizeof(conn->key));
usr.sbin/unbound/services/listen_dnsport.c
3583
lock_protect(&conn->lock, &conn->doq_socket, sizeof(conn->doq_socket));
usr.sbin/unbound/services/listen_dnsport.c
3584
lock_protect(&conn->lock, &conn->table, sizeof(conn->table));
usr.sbin/unbound/services/listen_dnsport.c
3585
lock_protect(&conn->lock, &conn->is_deleted, sizeof(conn->is_deleted));
usr.sbin/unbound/services/listen_dnsport.c
3586
lock_protect(&conn->lock, &conn->version, sizeof(conn->version));
usr.sbin/unbound/services/listen_dnsport.c
3587
lock_protect(&conn->lock, &conn->conn, sizeof(conn->conn));
usr.sbin/unbound/services/listen_dnsport.c
3588
lock_protect(&conn->lock, &conn->conid_list, sizeof(conn->conid_list));
usr.sbin/unbound/services/listen_dnsport.c
3590
lock_protect(&conn->lock, &conn->ccerr, sizeof(conn->ccerr));
usr.sbin/unbound/services/listen_dnsport.c
3592
lock_protect(&conn->lock, &conn->last_error, sizeof(conn->last_error));
usr.sbin/unbound/services/listen_dnsport.c
3594
lock_protect(&conn->lock, &conn->tls_alert, sizeof(conn->tls_alert));
usr.sbin/unbound/services/listen_dnsport.c
3595
lock_protect(&conn->lock, &conn->ssl, sizeof(conn->ssl));
usr.sbin/unbound/services/listen_dnsport.c
3596
lock_protect(&conn->lock, &conn->close_pkt, sizeof(conn->close_pkt));
usr.sbin/unbound/services/listen_dnsport.c
3597
lock_protect(&conn->lock, &conn->close_pkt_len, sizeof(conn->close_pkt_len));
usr.sbin/unbound/services/listen_dnsport.c
3598
lock_protect(&conn->lock, &conn->close_ecn, sizeof(conn->close_ecn));
usr.sbin/unbound/services/listen_dnsport.c
3599
lock_protect(&conn->lock, &conn->stream_tree, sizeof(conn->stream_tree));
usr.sbin/unbound/services/listen_dnsport.c
3600
lock_protect(&conn->lock, &conn->stream_write_first, sizeof(conn->stream_write_first));
usr.sbin/unbound/services/listen_dnsport.c
3601
lock_protect(&conn->lock, &conn->stream_write_last, sizeof(conn->stream_write_last));
usr.sbin/unbound/services/listen_dnsport.c
3602
lock_protect(&conn->lock, &conn->write_interest, sizeof(conn->write_interest));
usr.sbin/unbound/services/listen_dnsport.c
3603
lock_protect(&conn->lock, &conn->on_write_list, sizeof(conn->on_write_list));
usr.sbin/unbound/services/listen_dnsport.c
3604
lock_protect(&conn->lock, &conn->write_prev, sizeof(conn->write_prev));
usr.sbin/unbound/services/listen_dnsport.c
3605
lock_protect(&conn->lock, &conn->write_next, sizeof(conn->write_next));
usr.sbin/unbound/services/localzone.c
106
lock_protect(&zones->lock, &zones->ztree, sizeof(zones->ztree));
usr.sbin/unbound/services/localzone.c
204
lock_protect(&z->lock, &z->parent, sizeof(*z)-sizeof(rbnode_type));
usr.sbin/unbound/services/view.c
112
lock_protect(&v->lock, &v->name, sizeof(*v)-sizeof(rbnode_type));
usr.sbin/unbound/services/view.c
66
lock_protect(&v->lock, &v->vtree, sizeof(v->vtree));
usr.sbin/unbound/util/alloc.c
125
lock_protect(&alloc->lock, alloc, sizeof(*alloc));
usr.sbin/unbound/util/data/msgreply.c
746
lock_protect(&e->entry.lock, &e->key.qname, sizeof(e->key.qname));
usr.sbin/unbound/util/data/msgreply.c
747
lock_protect(&e->entry.lock, &e->key.qname_len, sizeof(e->key.qname_len));
usr.sbin/unbound/util/data/msgreply.c
748
lock_protect(&e->entry.lock, &e->key.qtype, sizeof(e->key.qtype));
usr.sbin/unbound/util/data/msgreply.c
749
lock_protect(&e->entry.lock, &e->key.qclass, sizeof(e->key.qclass));
usr.sbin/unbound/util/data/msgreply.c
750
lock_protect(&e->entry.lock, &e->key.local_alias, sizeof(e->key.local_alias));
usr.sbin/unbound/util/data/msgreply.c
751
lock_protect(&e->entry.lock, &e->entry.hash, sizeof(e->entry.hash));
usr.sbin/unbound/util/data/msgreply.c
752
lock_protect(&e->entry.lock, &e->entry.key, sizeof(e->entry.key));
usr.sbin/unbound/util/data/msgreply.c
753
lock_protect(&e->entry.lock, &e->entry.data, sizeof(e->entry.data));
usr.sbin/unbound/util/data/msgreply.c
754
lock_protect(&e->entry.lock, e->key.qname, e->key.qname_len);
usr.sbin/unbound/util/edns.c
222
lock_protect(&cookie_secrets->lock, &cookie_secrets->cookie_count,
usr.sbin/unbound/util/edns.c
224
lock_protect(&cookie_secrets->lock, cookie_secrets->cookie_secrets,
usr.sbin/unbound/util/storage/lruhash.c
265
lock_protect(&table->lock, table->array,
usr.sbin/unbound/util/storage/lruhash.c
56
lock_protect(&array[i].lock, &array[i],
usr.sbin/unbound/util/storage/lruhash.c
92
lock_protect(&table->lock, table, sizeof(*table));
usr.sbin/unbound/util/storage/lruhash.c
93
lock_protect(&table->lock, table->array,
usr.sbin/unbound/validator/autotrust.c
377
lock_protect(&tp->lock, tp, sizeof(*tp));
usr.sbin/unbound/validator/autotrust.c
378
lock_protect(&tp->lock, tp->autr, sizeof(*tp->autr));
usr.sbin/unbound/validator/val_anchor.c
92
lock_protect(&a->lock, a, sizeof(*a));
usr.sbin/unbound/validator/val_anchor.c
93
lock_protect(&a->lock, a->autr, sizeof(*a->autr));
usr.sbin/unbound/validator/val_neg.c
99
lock_protect(&neg->lock, neg, sizeof(*neg));
usr.sbin/unbound/validator/validator.c
238
lock_protect(&val_env->bogus_lock, &val_env->num_rrset_bogus,