Searched defs:leaky_cache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c183 leaky_cache(uintptr_t addr, const kmem_cache_t *c, leak_mtab_t **lmp) function
427 if (mdb_walk("kmem_cache", (mdb_walk_cb_t)leaky_cache, lmpp) == -1) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c467 leaky_cache(uintptr_t addr, const umem_cache_t *c, leak_mtab_t **lmp) function
768 if (mdb_walk("umem_cache", (mdb_walk_cb_t)leaky_cache, lmpp) == -1) {

Completed in 49 milliseconds