Searched refs:increment (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | dispatch.h | 245 unsigned int buckets, unsigned int increment, 263 *\li increment > buckets 277 unsigned int buckets, unsigned int increment, 291 * "increment" is used in a collision avoidance function, and needs to be 310 *\li increment > buckets (and prime).
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | stats.c | 217 isc_boolean_t increment) 239 if (increment) 216 update_rdatasetstats(dns_stats_t *stats, dns_rdatastatstype_t rrsettype, isc_boolean_t increment) argument
|
H A D | cache.c | 110 unsigned int increment; /*% Number of names to member in struct:cache_cleaner 111 clean in one increment */ 560 cleaner->increment = DNS_CACHE_CLEANERINCREMENT; 830 n_names = cleaner->increment; 894 * We have successfully performed a cleaning increment but have 904 "mem inuse %lu, sleeping", cleaner->increment,
|
H A D | dispatch.c | 72 unsigned int qid_increment; /*%< id increment on collision */ 326 unsigned int increment, dns_qid_t **qidp, 2033 unsigned int increment) 2041 REQUIRE(increment > buckets); 2102 result = qid_allocate(mgr, buckets, increment, &mgr->qid, ISC_TRUE); 2295 unsigned int increment, dns_qid_t **qidp, 2304 REQUIRE(increment > buckets); 2349 qid->qid_increment = increment; 2504 unsigned int buckets, unsigned int increment, 2524 * qid_allocate() checks buckets and increment fo 2030 dns_dispatchmgr_setudp(dns_dispatchmgr_t *mgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment) argument 2294 qid_allocate(dns_dispatchmgr_t *mgr, unsigned int buckets, unsigned int increment, dns_qid_t **qidp, isc_boolean_t needsocktable) argument 2501 dns_dispatch_createtcp(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument 2592 dns_dispatch_getudp(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp) argument [all...] |
H A D | acache.c | 151 int increment; /* Number of entries to member in struct:acache_cleaner 152 clean in one increment */ 550 cleaner->increment = DNS_ACACHE_CLEANERINCREMENT; 824 n_entries = cleaner->increment; 898 * We have successfully performed a cleaning increment but have 911 "mem inuse %lu, sleeping", cleaner->increment,
|
H A D | rbtdb.c | 698 isc_boolean_t increment) 718 if (increment) 2247 * case where we need to increment the counter from 2655 * We increment the reference count on node to ensure that 2717 * XXXJT: technically, we need a writer lock, since we'll increment 2720 * use atomic increment when available). 2808 * Note that we don't have to increment the node's reference 3646 * We increment the reference count on node to 4065 * We increment the reference count on node to ensure that 697 update_rrsetstats(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, isc_boolean_t increment) argument
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | mem.c | 357 size_t increment; local 365 increment = NUM_BASIC_BLOCKS * ctx->mem_target; 366 if (ctx->quota != 0U && ctx->total + increment > ctx->quota) 393 ctx->total += increment;
|
Completed in 274 milliseconds