Searched refs:umem_cache (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | umem.h | 57 struct umem_cache; /* cache structure is opaque to umem clients */ 59 typedef struct umem_cache umem_cache_t;
|
H A D | umem_impl.h | 200 struct umem_cache *slab_cache; /* controlling cache */ 265 struct umem_cache { struct
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.h | 110 extern int umem_cache(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | libumem.c | 510 { "umem_cache", "?", "print a umem cache", umem_cache },
|
H A D | umem.c | 636 umem_cache(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *argv) in umem_cache() function 2676 struct umem_cache umv_cache; /* the cache we're operating on */
|