Searched refs:cc_magsize (Results 1 – 6 of 6) sorted by relevance
1892 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in umem_cpu_reload()1893 ASSERT(ccp->cc_magsize > 0); in umem_cpu_reload()1948 if (ccp->cc_magsize == 0) in _umem_cache_alloc()1959 umem_cpu_reload(ccp, fmp, ccp->cc_magsize); in _umem_cache_alloc()2040 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in _umem_cache_free()2059 if (ccp->cc_magsize == 0) in _umem_cache_free()2092 if (ccp->cc_magsize != mtp->mt_magsize) { in _umem_cache_free()2339 ccp->cc_magsize = 0; in umem_cache_magazine_purge()2373 ccp->cc_magsize = cp->cache_magtype->mt_magsize; in umem_cache_magazine_enable()
245 int cc_magsize; /* number of rounds in a full mag */ member
1694 (KMEM_CPU_CACHE(cp)->cc_magsize != 0)) { in kmem_slab_alloc_impl()2198 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in kmem_cpu_reload()2199 ASSERT(ccp->cc_magsize > 0); in kmem_cpu_reload()2493 if (ccp->cc_magsize == 0) in kmem_cache_alloc()2504 kmem_cpu_reload(ccp, fmp, ccp->cc_magsize); in kmem_cache_alloc()2601 ASSERT(((uint_t)ccp->cc_rounds == ccp->cc_magsize || in kmem_cpucache_magazine_alloc()2603 ((uint_t)ccp->cc_prounds == ccp->cc_magsize || in kmem_cpucache_magazine_alloc()2632 if (ccp->cc_magsize != mtp->mt_magsize) { in kmem_cpucache_magazine_alloc()2694 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in kmem_cache_free()2713 if (ccp->cc_magsize == 0) in kmem_cache_free()[all …]
279 short cc_magsize; /* number of rounds in a full mag */ member
826 if ((res = cp->cache_cpu[0].cc_magsize) != 0 || in umem_get_magsize()
910 if ((res = cp->cache_cpu[0].cc_magsize) != 0 || in kmem_get_magsize()