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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c124 umastat_cache_nptc(uintptr_t addr, const umem_cache_t *cp, int *nptc) argument
129 (*nptc)++;
207 umastat_cache_ptc(uintptr_t addr, const void *ignored, int *nptc) argument
209 (*nptc)++;
221 int avail, alloc, total, nptc = 0; local
246 (mdb_walk_cb_t)umastat_cache_ptc, &nptc) == -1) {
251 (void) mdb_snprintf(buf, sizeof (buf), "%d", nptc);
334 int nptc = 0, i; local
344 (mdb_walk_cb_t)umastat_cache_nptc, &nptc) == -1) {
349 if (nptc) {
[all...]

Completed in 44 milliseconds