Home
last modified time | relevance | path

Searched refs:nptc (Results 1 – 1 of 1) sorted by relevance

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