Searched refs:kmausers (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.h100 extern int kmausers(uintptr_t, uint_t, int, const mdb_arg_t *);
H A Dgenunix.c3983 { "kmausers", "?[-ef] [cache ...]", "current medium and large users "
3984 "of the kmem allocator", kmausers, kmausers_help },
H A Dkmem.c3901 * As the final lure for die-hard crash(1M) users, we provide ::kmausers here.
3945 * The second piece of ::kmausers is a hash table of allocations. Each
4050 * When ::kmausers is invoked without the -f flag, we simply update our hash
4064 * When ::kmausers is invoked with the -f flag, we print out the information
4106 * The main engine of ::kmausers is relatively straightforward: First we
4113 kmausers(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function

Completed in 109 milliseconds