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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dadb.c512 isc_mutex_t *newentrylocks = NULL; local
548 newentrylocks = isc_mem_get(adb->mctx, sizeof(*newentrylocks) * n);
552 newentrylocks == NULL || newentry_sd == NULL ||
559 result = isc_mutexblock_init(newentrylocks, n);
621 adb->entrylocks = newentrylocks;
640 if (newentrylocks != NULL)
641 isc_mem_put(adb->mctx, newentrylocks,
642 sizeof(*newentrylocks) * n);

Completed in 39 milliseconds