Home
last modified time | relevance | path

Searched refs:mag_round (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h217 void *mag_round[1]; /* one or more rounds */ member
H A Dumem.c1789 void *buf = mp->mag_round[round]; in umem_magazine_destroy()
1922 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in _umem_cache_alloc()
2041 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in _umem_cache_free()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h244 void *mag_round[1]; /* one or more rounds */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2051 void *buf = mp->mag_round[round]; in kmem_magazine_destroy()
2441 buf = ccp->cc_loaded->mag_round[--ccp->cc_rounds]; in kmem_cache_alloc()
2695 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = buf; in kmem_cache_free()
2770 ccp->cc_loaded->mag_round[ccp->cc_rounds++] = in kmem_slab_prefill()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c889 maglist[magcnt++] = mp->mag_round[i]; \
933 magbsize = offsetof(umem_magazine_t, mag_round[magsize]); in umem_read_magazines()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c973 maglist[magcnt++] = mp->mag_round[i]; \
1017 magbsize = offsetof(kmem_magazine_t, mag_round[magsize]); in kmem_read_magazines()