Searched refs:lkb_next (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h52 struct leak_bufctl *lkb_next; member in struct:leak_bufctl
157 * leaks chained off of lkb_next to access coalesced leaks. lkb_dups
H A Dleaky.c520 ((volatile leak_bufctl_t *)nlkb)->lkb_next = lkb->lkb_next;
521 ((volatile leak_bufctl_t *)lkb)->lkb_next = nlkb;
648 for (l = lkb->lkb_next; l != NULL; l = next) {
649 next = l->lkb_next;
925 for (cur = lkb; cur != NULL; cur = cur->lkb_next)
963 lw->lkw_current = lk->lkb_next;
H A Dleaky_subr.c686 for (cur = lkb; cur != NULL; cur = cur->lkb_next) {
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c911 for (; lkb != NULL; lkb = lkb->lkb_next) {
928 for (cur = lkb; cur != NULL; cur = cur->lkb_next) {

Completed in 58 milliseconds