Lines Matching refs:cc_rounds
1887 ASSERT((ccp->cc_loaded == NULL && ccp->cc_rounds == -1) || in umem_cpu_reload()
1888 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in umem_cpu_reload()
1892 ccp->cc_prounds = ccp->cc_rounds; in umem_cpu_reload()
1894 ccp->cc_rounds = rounds; in umem_cpu_reload()
1917 if (ccp->cc_rounds > 0) { in _umem_cache_alloc()
1918 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in _umem_cache_alloc()
2036 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in _umem_cache_free()
2037 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in _umem_cache_free()
2329 rounds = ccp->cc_rounds; in umem_cache_magazine_purge()
2333 ccp->cc_rounds = -1; in umem_cache_magazine_purge()
2922 ccp->cc_rounds = -1; in umem_cache_create()