Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c81 int lkw_ndx; member
933 lw->lkw_ndx = 0; in leaky_walk_init()
951 while (lk == NULL && lw->lkw_ndx < LK_BUFCTLHSIZE) in leaky_walk_step_common()
952 lk = lk_bufctl[lw->lkw_ndx++]; in leaky_walk_step_common()
954 if (lw->lkw_ndx == LK_BUFCTLHSIZE) in leaky_walk_step_common()