Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c519 int i, ndx, new_ndx, lev, rval; in cyctrace_walk_step() local
551 new_ndx = ndx == 0 ? CY_NTRACEREC - 1 : ndx - 1; in cyctrace_walk_step()
553 if (buf->cyt_buf[new_ndx].cyt_tstamp != 0 && in cyctrace_walk_step()
554 buf->cyt_buf[new_ndx].cyt_tstamp > buf->cyt_buf[ndx].cyt_tstamp) in cyctrace_walk_step()
555 new_ndx = -1; in cyctrace_walk_step()
557 buf->cyt_ndx = new_ndx; in cyctrace_walk_step()