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

/bind-9.6-ESV-R11/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.c158 isc_mutex_t entrylocks[NBUCKETS]; member in struct:dns_adb
592 UNLOCK(&adb->entrylocks[addr_bucket]);
892 LOCK(&adb->entrylocks[bucket]);
921 UNLOCK(&adb->entrylocks[bucket]);
963 UNLOCK(&adb->entrylocks[addr_bucket]);
966 LOCK(&adb->entrylocks[addr_bucket]);
984 UNLOCK(&adb->entrylocks[addr_bucket]);
1233 LOCK(&adb->entrylocks[bucket]);
1238 UNLOCK(&adb->entrylocks[bucket]);
1252 LOCK(&adb->entrylocks[bucke
[all...]

Completed in 2207 milliseconds