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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dzone.h1345 dns_zonemgr_setsize(dns_zonemgr_t *zmgr, int num_zones);
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c3294 int num_zones = 0; local
3707 num_zones += count_zones(voptions);
3719 num_zones = count_zones(config);
3728 "sizing zone task pool based on %d zones", num_zones);
3729 CHECK(dns_zonemgr_setsize(ns_g_server->zonemgr, num_zones));
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c10962 dns_zonemgr_setsize(dns_zonemgr_t *zmgr, int num_zones) { argument
10964 int ntasks = num_zones / 100;

Completed in 3180 milliseconds