Home
last modified time | relevance | path

Searched defs:umem_cache (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h265 struct umem_cache { struct
269 uint64_t cache_slab_create; /* slab creates */
270 uint64_t cache_slab_destroy; /* slab destroys */
272 uint64_t cache_slab_free; /* slab layer frees */
296 umem_cache_t *cache_next; /* forward cache linkage */ argument
298 umem_cache_t *cache_unext; /* next in update list */ argument
319 umem_cache_t *cache_bufctl_cache; /* source of bufctls */ argument
324 mutex_t cache_depot_lock; /* protects depot */
325 umem_magtype_t *cache_magtype; /* magazine type */
326 umem_maglist_t cache_full; /* full magazines */
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c636 umem_cache(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *argv) in umem_cache() function