Home
last modified time | relevance | path

Searched refs:lh_tail (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libumem/common/
H A Dumem_impl.h349 int lh_tail; member
H A Dumem.c1318 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()
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h434 int lh_tail; member
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c1462 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()