Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c518 ((volatile leak_bufctl_t *)nlkb)->lkb_next = lkb->lkb_next; in leaky_add_leak()
519 ((volatile leak_bufctl_t *)lkb)->lkb_next = nlkb; in leaky_add_leak()
646 for (l = lkb->lkb_next; l != NULL; l = next) { in leaky_cleanup()
647 next = l->lkb_next; in leaky_cleanup()
923 for (cur = lkb; cur != NULL; cur = cur->lkb_next) in leaky_walk_init()
961 lw->lkw_current = lk->lkb_next; in leaky_walk_step_common()
H A Dleaky_impl.h50 struct leak_bufctl *lkb_next; member
H A Dleaky_subr.c684 for (cur = lkb; cur != NULL; cur = cur->lkb_next) { in leaky_subr_dump()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c909 for (; lkb != NULL; lkb = lkb->lkb_next) { in leaky_subr_dump()
926 for (cur = lkb; cur != NULL; cur = cur->lkb_next) { in leaky_subr_dump()