Searched refs:cc_magsize (Results 1 – 6 of 6) sorted by relevance
1888 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in umem_cpu_reload()1889 ASSERT(ccp->cc_magsize > 0); in umem_cpu_reload()1944 if (ccp->cc_magsize == 0) in _umem_cache_alloc()1955 umem_cpu_reload(ccp, fmp, ccp->cc_magsize); in _umem_cache_alloc()2036 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in _umem_cache_free()2055 if (ccp->cc_magsize == 0) in _umem_cache_free()2088 if (ccp->cc_magsize != mtp->mt_magsize) { in _umem_cache_free()2335 ccp->cc_magsize = 0; in umem_cache_magazine_purge()2369 ccp->cc_magsize = cp->cache_magtype->mt_magsize; in umem_cache_magazine_enable()
242 int cc_magsize; /* number of rounds in a full mag */ member
1722 (KMEM_CPU_CACHE(cp)->cc_magsize != 0)) { in kmem_slab_alloc_impl()2212 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in kmem_cpu_reload()2213 ASSERT(ccp->cc_magsize > 0); in kmem_cpu_reload()2507 if (ccp->cc_magsize == 0) in kmem_cache_alloc()2518 kmem_cpu_reload(ccp, fmp, ccp->cc_magsize); in kmem_cache_alloc()2615 ASSERT(((uint_t)ccp->cc_rounds == ccp->cc_magsize || in kmem_cpucache_magazine_alloc()2617 ((uint_t)ccp->cc_prounds == ccp->cc_magsize || in kmem_cpucache_magazine_alloc()2646 if (ccp->cc_magsize != mtp->mt_magsize) { in kmem_cpucache_magazine_alloc()2708 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in kmem_cache_free()2727 if (ccp->cc_magsize == 0) in kmem_cache_free()[all …]
279 short cc_magsize; /* number of rounds in a full mag */ member
825 if ((res = cp->cache_cpu[0].cc_magsize) != 0 || in umem_get_magsize()
909 if ((res = cp->cache_cpu[0].cc_magsize) != 0 || in kmem_get_magsize()