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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c637 static size_t lk_ttl; variable
657 lk_ttl = 0;
672 lk_ttl = 0;
694 lk_ttl++;
720 if (lk_ttl == 1)
726 lk_ttl, sz, lk_bytes);
759 lk_ttl += lkb->lkb_dups + 1;
774 if (lk_ttl == 1)
780 cache.cache_name, lk_ttl,
808 lk_ttl
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c852 static size_t lk_ttl; variable
879 lk_ttl = 0;
896 lk_ttl = 0;
920 lk_ttl++;
936 lk_ttl++;
955 if (lk_ttl == 1)
961 lk_ttl, sz, lk_bytes);
994 lk_ttl += lkb->lkb_dups + 1;
1009 if (lk_ttl == 1)
1015 cache.cache_name, lk_ttl,
[all...]

Completed in 77 milliseconds