Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libumem/common/
H A Dumem_impl.h348 int lh_head; member
H A Dumem.c1317 lhp->lh_head = umem_max_ncpus; in umem_log_init()
1350 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in umem_log_enter()
1351 lhp->lh_head = (lhp->lh_head + 1) % lhp->lh_nchunks; in umem_log_enter()
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h433 int lh_head; member
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c1461 lhp->lh_head = max_ncpus; in kmem_log_init()
1483 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in kmem_log_enter()
1484 lhp->lh_head = (lhp->lh_head + 1) % lhp->lh_nchunks; in kmem_log_enter()