Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c540 if (lkb->lkb_hash_next == NULL) { in leaky_add_leak()
541 lkb->lkb_hash_next = nlkb; in leaky_add_leak()
545 lkb = lkb->lkb_hash_next; in leaky_add_leak()
577 lkb = lkb->lkb_hash_next) { in leaky_sort()
650 next = lkb->lkb_hash_next; in leaky_cleanup()
916 for (lkb = lk_bufctl[i]; lkb != NULL; lkb = lkb->lkb_hash_next) in leaky_walk_init()
922 for (lkb = lk_bufctl[i]; lkb != NULL; lkb = lkb->lkb_hash_next) in leaky_walk_init()
958 lw->lkw_hash_next = lk->lkb_hash_next; in leaky_walk_step_common()
H A Dleaky_impl.h49 struct leak_bufctl *lkb_hash_next; /* internal use only */ member