Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c93 static leak_bufctl_t *lk_bufctl[LK_BUFCTLHSIZE]; variable
496 if ((lkb = lk_bufctl[ndx]) == NULL) { in leaky_add_leak()
498 lk_bufctl[ndx] = nlkb; in leaky_add_leak()
576 for (lkb = lk_bufctl[i]; lkb != NULL; in leaky_sort()
612 lk_bufctl[i] = NULL; in leaky_cleanup()
645 for (lkb = lk_bufctl[i]; lkb != NULL; lkb = next) { in leaky_cleanup()
653 lk_bufctl[i] = NULL; 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()
952 lk = lk_bufctl[lw->lkw_ndx++]; in leaky_walk_step_common()