Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c487 if (cpu->cyp_trace[i].cyt_ndx-- == 0) in cyctrace_walk_init()
488 cpu->cyp_trace[i].cyt_ndx = CY_NTRACEREC - 1; in cyctrace_walk_init()
506 if ((ndx = buf[i].cyt_ndx) == -1) in cyctrace_walk_step()
528 ndx = buf->cyt_ndx; in cyctrace_walk_step()
540 buf->cyt_ndx = new_ndx; in cyctrace_walk_step()
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h477 int cyt_ndx; member
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c704 int _ndx = (buf)->cyt_ndx; \
706 (buf)->cyt_ndx = (++_ndx == CY_NTRACEREC) ? 0 : _ndx; \