Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c239 uint_t state_idx; in leaky_grep() local
254 state_idx = 0; in leaky_grep()
349 if (state == NULL || state_idx == LK_STATE_SIZE) { in leaky_grep()
358 state_idx = 0; in leaky_grep()
362 state->lks_stack[state_idx++] = mtab_ndx; in leaky_grep()
372 if (state_idx == 0 && state != NULL) { in leaky_grep()
379 state_idx = LK_STATE_SIZE; in leaky_grep()
383 mtab_ndx = state->lks_stack[--state_idx]; in leaky_grep()