Lines Matching refs:cc_rounds
2197 ASSERT((ccp->cc_loaded == NULL && ccp->cc_rounds == -1) || in kmem_cpu_reload()
2198 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in kmem_cpu_reload()
2202 ccp->cc_prounds = ccp->cc_rounds; in kmem_cpu_reload()
2204 ccp->cc_rounds = rounds; in kmem_cpu_reload()
2290 ccp->cc_dump_rounds = ccp->cc_rounds; in kmem_dump_begin()
2292 ccp->cc_rounds = ccp->cc_prounds = -1; in kmem_dump_begin()
2440 if (ccp->cc_rounds > 0) { in kmem_cache_alloc()
2441 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in kmem_cache_alloc()
2601 ASSERT(((uint_t)ccp->cc_rounds == ccp->cc_magsize || in kmem_cpucache_magazine_alloc()
2602 ((uint_t)ccp->cc_rounds == -1)) && in kmem_cpucache_magazine_alloc()
2694 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in kmem_cache_free()
2695 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in kmem_cache_free()
2769 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in kmem_slab_prefill()
2770 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = in kmem_slab_prefill()
3221 rounds = ccp->cc_rounds; in kmem_cache_magazine_purge()
3225 ccp->cc_rounds = -1; in kmem_cache_magazine_purge()
3482 if (ccp->cc_rounds > 0) in kmem_cache_kstat_update()
3483 cpu_buf_avail += ccp->cc_rounds; in kmem_cache_kstat_update()
3987 ccp->cc_rounds = -1; in kmem_cache_create()