Home
last modified time | relevance | path

Searched refs:slabs (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/unbound/doc/
HDexample.conf.in107 # 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: 4
125 # 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: 4
142 # the number of slabs to use for the Infrastructure cache.
143 # the number of slabs must be a power of 2.
[all …]
HDChangelog4361 - key cache size and slabs config options.
4908 - config settings for rrset cache size and slabs.
/trueos/contrib/unbound/util/
HDconfiglexer.lex241 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) }
/trueos/contrib/unbound/services/cache/
HDrrset.c61 size_t slabs = (cfg?cfg->rrset_cache_slabs:HASH_DEFAULT_SLABS); in rrset_cache_create() local
65 struct rrset_cache *r = (struct rrset_cache*)slabhash_create(slabs, in rrset_cache_create()
/trueos/sys/vm/
HDuma_core.c3152 int slabs; local
3160 slabs = items / keg->uk_ipers;
3161 if (slabs * keg->uk_ipers < items)
3162 slabs++;
3163 while (slabs > 0) {
3169 slabs--;