Searched refs:entrylocks (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c185 isc_rwlock_t *entrylocks; member in struct:dns_acache
187 isc_mutex_t *entrylocks; member in struct:dns_acache
312 ACACHE_LOCK(&acache->entrylocks[entry->locknum],
327 ACACHE_UNLOCK(&acache->entrylocks[entry->locknum],
449 ACACHE_DESTROYLOCK(&acache->entrylocks[i]);
450 isc_mem_put(acache->mctx, acache->entrylocks,
451 sizeof(*acache->entrylocks) *
845 ACACHE_LOCK(&acache->entrylocks[entry->locknum],
859 ACACHE_UNLOCK(&acache->entrylocks[entry->locknum],
1081 acache->entrylocks
[all...]
H A Dadb.c155 isc_mutex_t *entrylocks; member in struct:dns_adb
604 DESTROYMUTEXBLOCK(adb->entrylocks, adb->nentries);
609 isc_mem_put(adb->mctx, adb->entrylocks,
610 sizeof(*adb->entrylocks) * adb->nentries);
621 adb->entrylocks = newentrylocks;
917 UNLOCK(&adb->entrylocks[addr_bucket]);
1217 LOCK(&adb->entrylocks[bucket]);
1246 UNLOCK(&adb->entrylocks[bucket]);
1288 UNLOCK(&adb->entrylocks[addr_bucket]);
1291 LOCK(&adb->entrylocks[addr_bucke
[all...]

Completed in 56 milliseconds