Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2202 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()
2602 ((uint_t)ccp->cc_rounds == -1)) && in kmem_cpucache_magazine_alloc()
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()
[all …]
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c1891 ASSERT((ccp->cc_loaded == NULL && ccp->cc_rounds == -1) || in umem_cpu_reload()
1892 (ccp->cc_loaded && ccp->cc_rounds + rounds == ccp->cc_magsize)); in umem_cpu_reload()
1896 ccp->cc_prounds = ccp->cc_rounds; in umem_cpu_reload()
1898 ccp->cc_rounds = rounds; in umem_cpu_reload()
1921 if (ccp->cc_rounds > 0) { in _umem_cache_alloc()
1922 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in _umem_cache_alloc()
2040 if ((uint_t)ccp->cc_rounds < ccp->cc_magsize) { in _umem_cache_free()
2041 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in _umem_cache_free()
2333 rounds = ccp->cc_rounds; in umem_cache_magazine_purge()
2337 ccp->cc_rounds = -1; in umem_cache_magazine_purge()
[all …]
H A Dumem_impl.h243 int cc_rounds; /* number of objects in loaded mag */ member
/illumos-gate/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.c969 if (ccp->cc_rounds > 0 && in umem_read_magazines()
971 dprintf(("reading %d loaded rounds\n", ccp->cc_rounds)); in umem_read_magazines()
972 READMAG_ROUNDS(ccp->cc_rounds); in umem_read_magazines()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h277 short cc_rounds; /* number of objects in loaded mag */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1058 rounds = ccp->cc_rounds; in kmem_read_magazines()
H A Dgenunix.c2172 rounds = ccp->cc_rounds; in kmastat_cpu_avail()