Searched defs:kmem_cache (Results 1 – 2 of 2) sorted by relevance
341 struct kmem_cache { struct345 uint64_t cache_slab_create; /* slab creates */346 uint64_t cache_slab_destroy; /* slab destroys */347 uint64_t cache_slab_alloc; /* slab layer allocations */348 uint64_t cache_slab_free; /* slab layer frees */349 uint64_t cache_alloc_fail; /* total failed allocations */350 uint64_t cache_buftotal; /* total buffers */351 uint64_t cache_bufmax; /* max buffers ever */352 uint64_t cache_bufslab; /* buffers free in slab layer */353 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