Searched defs:kmem_cache (Results 1 – 2 of 2) sorted by relevance
340 struct kmem_cache { struct344 uint64_t cache_slab_create; /* slab creates */345 uint64_t cache_slab_destroy; /* slab destroys */346 uint64_t cache_slab_alloc; /* slab layer allocations */347 uint64_t cache_slab_free; /* slab layer frees */348 uint64_t cache_alloc_fail; /* total failed allocations */349 uint64_t cache_buftotal; /* total buffers */350 uint64_t cache_bufmax; /* max buffers ever */351 uint64_t cache_bufslab; /* buffers free in slab layer */352 uint64_t cache_reap; /* cache reaps */[all …]
317 kmem_cache(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *argv) in kmem_cache() function