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

/bind-9.11.3/lib/dns/
H A Drequest.c41 #define DNS_REQUEST_NLOCKS 7 macro
60 isc_mutex_t locks[DNS_REQUEST_NLOCKS];
170 for (i = 0; i < DNS_REQUEST_NLOCKS; i++) {
396 for (i = 0; i < DNS_REQUEST_NLOCKS; i++)
415 return (requestmgr->hash % DNS_REQUEST_NLOCKS);

Completed in 13 milliseconds