Searched refs:lh_tail (Results 1 – 4 of 4) sorted by relevance
349 int lh_tail; member
1318 lhp->lh_tail = 0; in umem_log_init()1348 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk; in umem_log_enter()1349 lhp->lh_tail = (lhp->lh_tail + 1) % lhp->lh_nchunks; in umem_log_enter()
434 int lh_tail; member
1462 lhp->lh_tail = 0; in kmem_log_init()1481 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk; in kmem_log_enter()1482 lhp->lh_tail = (lhp->lh_tail + 1) % lhp->lh_nchunks; in kmem_log_enter()