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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c83 int lkw_ndx; member in struct:leak_walk
935 lw->lkw_ndx = 0;
953 while (lk == NULL && lw->lkw_ndx < LK_BUFCTLHSIZE)
954 lk = lk_bufctl[lw->lkw_ndx++];
956 if (lw->lkw_ndx == LK_BUFCTLHSIZE)

Completed in 59 milliseconds