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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h342 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;

Completed in 22 milliseconds