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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h340 int lh_nchunks; member in struct:umem_log_header
H A Dumem.c1028 lhp->lh_nchunks = nchunks;
1086 lhp->lh_tail = (lhp->lh_tail + 1) % lhp->lh_nchunks;
1088 lhp->lh_head = (lhp->lh_head + 1) % lhp->lh_nchunks;

Completed in 22 milliseconds