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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c95 static leak_bufctl_t *lk_bufctl[LK_BUFCTLHSIZE]; variable
498 if ((lkb = lk_bufctl[ndx]) == NULL) {
500 lk_bufctl[ndx] = nlkb;
578 for (lkb = lk_bufctl[i]; lkb != NULL;
614 lk_bufctl[i] = NULL;
647 for (lkb = lk_bufctl[i]; lkb != NULL; lkb = next) {
655 lk_bufctl[i] = NULL;
918 for (lkb = lk_bufctl[i]; lkb != NULL; lkb = lkb->lkb_hash_next)
924 for (lkb = lk_bufctl[i]; lkb != NULL; lkb = lkb->lkb_hash_next)
954 lk = lk_bufctl[l
[all...]

Completed in 47 milliseconds