Symbol: lock_get_mem
sbin/unwind/libunbound/services/cache/infra.c
128
+ lock_get_mem(&key->entry.lock);
sbin/unwind/libunbound/services/cache/infra.c
86
+ lock_get_mem(&key->entry.lock);
sbin/unwind/libunbound/services/cache/infra.c
944
+ lock_get_mem(&key->entry.lock);
sbin/unwind/libunbound/util/alloc.c
319
s += lock_get_mem(&p->entry.lock);
sbin/unwind/libunbound/util/data/msgreply.c
695
+ q->key.qname_len + lock_get_mem(&q->entry.lock)
sbin/unwind/libunbound/util/data/packed_rrset.c
75
s += packed_rrset_sizeof(d) + lock_get_mem(&k->entry.lock);
sbin/unwind/libunbound/util/storage/lruhash.c
511
lock_get_mem(&table->array[i].lock);
sbin/unwind/libunbound/util/storage/lruhash.c
516
lock_get_mem(&table->array[0].lock));
sbin/unwind/libunbound/util/storage/lruhash.c
519
s += lock_get_mem(&table->lock);
sbin/unwind/libunbound/validator/val_kentry.c
57
s += sizeof(*kd) + lock_get_mem(&kk->entry.lock);
usr.sbin/unbound/dnscrypt/dnscrypt.c
1037
+ lock_get_mem(&ssk->entry.lock);
usr.sbin/unbound/dnscrypt/dnscrypt.c
1075
+ lock_get_mem(&nk->entry.lock);
usr.sbin/unbound/edns-subnet/subnetmod.c
84
+ q->key.qname_len + lock_get_mem(&q->entry.lock);
usr.sbin/unbound/services/cache/infra.c
128
+ lock_get_mem(&key->entry.lock);
usr.sbin/unbound/services/cache/infra.c
86
+ lock_get_mem(&key->entry.lock);
usr.sbin/unbound/services/cache/infra.c
944
+ lock_get_mem(&key->entry.lock);
usr.sbin/unbound/testcode/checklocks.h
219
size_t lock_get_mem(void* lock);
usr.sbin/unbound/util/alloc.c
319
s += lock_get_mem(&p->entry.lock);
usr.sbin/unbound/util/data/msgreply.c
695
+ q->key.qname_len + lock_get_mem(&q->entry.lock)
usr.sbin/unbound/util/data/packed_rrset.c
75
s += packed_rrset_sizeof(d) + lock_get_mem(&k->entry.lock);
usr.sbin/unbound/util/storage/lruhash.c
511
lock_get_mem(&table->array[i].lock);
usr.sbin/unbound/util/storage/lruhash.c
516
lock_get_mem(&table->array[0].lock));
usr.sbin/unbound/util/storage/lruhash.c
519
s += lock_get_mem(&table->lock);
usr.sbin/unbound/validator/val_kentry.c
57
s += sizeof(*kd) + lock_get_mem(&kk->entry.lock);