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

/freebsd-10.0-release/contrib/unbound/services/cache/
H A Drrset.c60 size_t slabs = (cfg?cfg->rrset_cache_slabs:HASH_DEFAULT_SLABS); local
64 struct rrset_cache *r = (struct rrset_cache*)slabhash_create(slabs,
/freebsd-10.0-release/sys/vm/
H A Duma_core.c467 * This is done if the number of slabs is larger than the hash size.
1174 * may end up going to the VM for slabs which we do not
1731 * We also create a zone for the bigger slabs with reference
2193 * Find a slab with some space. Prefer slabs that are partially
2315 * Search the available kegs for slabs. Be careful to hold the
2999 int slabs; local
3007 slabs = items / keg->uk_ipers;
3008 if (slabs * keg->uk_ipers < items)
3009 slabs++;
3010 while (slabs >
[all...]

Completed in 169 milliseconds