Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dutil.c114 (((size_t)chp->lh_end - (size_t)chp->lh_free) <= asize)) { in libld_malloc()
129 nhp->lh_free = (void *)((size_t)nhp + hsize); in libld_malloc()
134 vptr = chp->lh_free; in libld_malloc()
146 chp->lh_free = (void *)S_ROUND((size_t)chp->lh_free + asize, in libld_malloc()
H A D_libld.h308 void *lh_free; member
/titanic_44/usr/src/lib/libumem/common/
H A Dumem_impl.h345 int *lh_free; member
H A Dumem.c1301 lhp->lh_free = vmem_alloc(umem_log_arena, in umem_log_init()
1303 if (lhp->lh_free == NULL) in umem_log_init()
1315 lhp->lh_free[i] = i; in umem_log_init()
1348 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk; in umem_log_enter()
1350 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in umem_log_enter()
/titanic_44/usr/src/uts/common/sys/
H A Dkmem_impl.h430 int *lh_free; member
/titanic_44/usr/src/uts/common/os/
H A Dkmem.c1448 lhp->lh_free = vmem_alloc(kmem_log_arena, in kmem_log_init()
1459 lhp->lh_free[i] = i; in kmem_log_init()
1481 lhp->lh_free[lhp->lh_tail] = clhp->clh_chunk; in kmem_log_enter()
1483 clhp->clh_chunk = lhp->lh_free[lhp->lh_head]; in kmem_log_enter()