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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h341 int lh_head; member in struct:umem_log_header
H A Dumem.c1054 lhp->lh_head = umem_max_ncpus;
1087 clhp->clh_chunk = lhp->lh_free[lhp->lh_head];
1088 lhp->lh_head = (lhp->lh_head + 1) % lhp->lh_nchunks;

Completed in 29 milliseconds