Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h339 int clh_chunk; member
H A Dumem.c1314 clhp->clh_chunk = 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()
1357 clhp->clh_chunk * lhp->lh_chunksize; in umem_log_enter()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h420 int clh_chunk; member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1425 clhp->clh_chunk = 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()
1458 clhp->clh_chunk * lhp->lh_chunksize; in kmem_log_enter()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2410 umc[i].umc_low = clh.clh_chunk * lh.lh_chunksize + in umem_log()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2768 kmc[i].kmc_low = clh.clh_chunk * lh.lh_chunksize + in kmem_log()