Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h351 int lh_head; member
H A Dumem.c1320 lhp->lh_head = umem_max_ncpus; in umem_log_init()
1354 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in umem_log_enter()
1355 lhp->lh_head = (lhp->lh_head + 1) % lhp->lh_nchunks; in umem_log_enter()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h432 int lh_head; member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1431 lhp->lh_head = max_ncpus; in kmem_log_init()
1455 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in kmem_log_enter()
1456 lhp->lh_head = (lhp->lh_head + 1) % lhp->lh_nchunks; in kmem_log_enter()