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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h338 int *lh_free; member in struct:umem_log_header
H A Dumem.c1038 lhp->lh_free = vmem_alloc(umem_log_arena,
1040 if (lhp->lh_free == NULL)
1052 lhp->lh_free[i] = i;
1085 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk;
1087 clhp->clh_chunk = lhp->lh_free[lhp->lh_head];

Completed in 22 milliseconds