Home
last modified time | relevance | path

Searched refs:cc_rounds (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dkmem.c2184 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 …]
/titanic_50/usr/src/lib/libumem/common/
H A Dumem.c1887 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 …]
H A Dumem_impl.h240 int cc_rounds; /* number of objects in loaded mag */ member
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c88 if (ccp->cc_rounds > 0) in umastat_cpu_avail()
89 *avail += ccp->cc_rounds; in umastat_cpu_avail()
H A Dumem.c968 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()
/titanic_50/usr/src/uts/common/sys/
H A Dkmem_impl.h277 short cc_rounds; /* number of objects in loaded mag */ member
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1057 rounds = ccp->cc_rounds; in kmem_read_magazines()
H A Dgenunix.c1939 rounds = ccp->cc_rounds; in kmastat_cpu_avail()