Lines Matching refs:cc_rounds
2211 ASSERT((ccp->cc_loaded == NULL && ccp->cc_rounds == -1) || in kmem_cpu_reload()
2212 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in kmem_cpu_reload()
2216 ccp->cc_prounds = ccp->cc_rounds; in kmem_cpu_reload()
2218 ccp->cc_rounds = rounds; in kmem_cpu_reload()
2304 ccp->cc_dump_rounds = ccp->cc_rounds; in kmem_dump_begin()
2306 ccp->cc_rounds = ccp->cc_prounds = -1; in kmem_dump_begin()
2454 if (ccp->cc_rounds > 0) { in kmem_cache_alloc()
2455 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in kmem_cache_alloc()
2615 ASSERT(((uint_t)ccp->cc_rounds == ccp->cc_magsize || in kmem_cpucache_magazine_alloc()
2616 ((uint_t)ccp->cc_rounds == -1)) && in kmem_cpucache_magazine_alloc()
2708 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in kmem_cache_free()
2709 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in kmem_cache_free()
2783 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in kmem_slab_prefill()
2784 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = in kmem_slab_prefill()
3181 rounds = ccp->cc_rounds; in kmem_cache_magazine_purge()
3185 ccp->cc_rounds = -1; in kmem_cache_magazine_purge()
3425 if (ccp->cc_rounds > 0) in kmem_cache_kstat_update()
3426 cpu_buf_avail += ccp->cc_rounds; in kmem_cache_kstat_update()
3929 ccp->cc_rounds = -1; in kmem_cache_create()
4666 n = ccp->cc_rounds; in kmem_hunt_mags()