Searched refs:lh_tail (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h346 int lh_tail; member in struct:umem_log_header
H A Dumem.c1055 lhp->lh_tail = 0;
1085 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk;
1086 lhp->lh_tail = (lhp->lh_tail + 1) % lhp->lh_nchunks;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h428 int lh_tail; member in struct:kmem_log_header
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dkmem.c1461 lhp->lh_tail = 0;
1480 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk;
1481 lhp->lh_tail = (lhp->lh_tail + 1) % lhp->lh_nchunks;

Completed in 115 milliseconds