Searched refs:cc_rounds (Results 1 – 8 of 8) sorted by relevance
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()[all …]
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()[all …]
240 int cc_rounds; /* number of objects in loaded mag */ member
88 if (ccp->cc_rounds > 0) in umastat_cpu_avail()89 *avail += ccp->cc_rounds; in umastat_cpu_avail()
968 if (ccp->cc_rounds > 0 && in umem_read_magazines()970 dprintf(("reading %d loaded rounds\n", ccp->cc_rounds)); in umem_read_magazines()971 READMAG_ROUNDS(ccp->cc_rounds); in umem_read_magazines()
277 short cc_rounds; /* number of objects in loaded mag */ member
1057 rounds = ccp->cc_rounds; in kmem_read_magazines()
1939 rounds = ccp->cc_rounds; in kmastat_cpu_avail()