Searched refs:slabs (Results 1 – 5 of 5) sorted by relevance
107 # the number of slabs to use for the message cache.108 # the number of slabs must be a power of 2.109 # more slabs reduce lock contention, but fragment memory usage.110 # msg-cache-slabs: 4125 # the number of slabs to use for the RRset cache.126 # the number of slabs must be a power of 2.127 # more slabs reduce lock contention, but fragment memory usage.128 # rrset-cache-slabs: 4142 # the number of slabs to use for the Infrastructure cache.143 # the number of slabs must be a power of 2.[all …]
4361 - key cache size and slabs config options.4908 - config settings for rrset cache size and slabs.
241 msg-cache-slabs{COLON} { YDVAR(1, VAR_MSG_CACHE_SLABS) }243 rrset-cache-slabs{COLON} { YDVAR(1, VAR_RRSET_CACHE_SLABS) }248 infra-cache-slabs{COLON} { YDVAR(1, VAR_INFRA_CACHE_SLABS) }300 key-cache-slabs{COLON} { YDVAR(1, VAR_KEY_CACHE_SLABS) }
61 size_t slabs = (cfg?cfg->rrset_cache_slabs:HASH_DEFAULT_SLABS); in rrset_cache_create() local65 struct rrset_cache *r = (struct rrset_cache*)slabhash_create(slabs, in rrset_cache_create()
3152 int slabs; local3160 slabs = items / keg->uk_ipers;3161 if (slabs * keg->uk_ipers < items)3162 slabs++;3163 while (slabs > 0) {3169 slabs--;