Lines Matching refs:cc_rounds
2184 ASSERT((ccp->cc_loaded == NULL && ccp->cc_rounds == -1) || in kmem_cpu_reload()
2185 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in kmem_cpu_reload()
2189 ccp->cc_prounds = ccp->cc_rounds; in kmem_cpu_reload()
2191 ccp->cc_rounds = rounds; in kmem_cpu_reload()
2277 ccp->cc_dump_rounds = ccp->cc_rounds; in kmem_dump_begin()
2279 ccp->cc_rounds = ccp->cc_prounds = -1; in kmem_dump_begin()
2427 if (ccp->cc_rounds > 0) { in kmem_cache_alloc()
2428 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in kmem_cache_alloc()
2588 ASSERT(((uint_t)ccp->cc_rounds == ccp->cc_magsize || in kmem_cpucache_magazine_alloc()
2589 ((uint_t)ccp->cc_rounds == -1)) && in kmem_cpucache_magazine_alloc()
2681 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in kmem_cache_free()
2682 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in kmem_cache_free()
2756 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in kmem_slab_prefill()
2757 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = in kmem_slab_prefill()
3154 rounds = ccp->cc_rounds; in kmem_cache_magazine_purge()
3158 ccp->cc_rounds = -1; in kmem_cache_magazine_purge()
3398 if (ccp->cc_rounds > 0) in kmem_cache_kstat_update()
3399 cpu_buf_avail += ccp->cc_rounds; in kmem_cache_kstat_update()
3902 ccp->cc_rounds = -1; in kmem_cache_create()