Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h348 int *lh_free; member
H A Dumem.c1304 lhp->lh_free = vmem_alloc(umem_log_arena, in umem_log_init()
1306 if (lhp->lh_free == NULL) in umem_log_init()
1318 lhp->lh_free[i] = i; in umem_log_init()
1352 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk; in umem_log_enter()
1354 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in umem_log_enter()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h429 int *lh_free; member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1418 lhp->lh_free = vmem_alloc(kmem_log_arena, in kmem_log_init()
1429 lhp->lh_free[i] = i; in kmem_log_init()
1453 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk; in kmem_log_enter()
1455 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in kmem_log_enter()