Home
last modified time | relevance | path

Searched refs:clh (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2377 umem_cpu_log_header_t clh; in umem_log() local
2403 if (mdb_vread(&clh, sizeof (clh), clhp) == -1) { in umem_log()
2409 umc[i].umc_low = clh.clh_chunk * lh.lh_chunksize + in umem_log()
2411 umc[i].umc_high = (uintptr_t)clh.clh_current; in umem_log()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2701 kmem_cpu_log_header_t clh; in kmem_log() local
2761 if (mdb_vread(&clh, sizeof (clh), clhp) == -1) { in kmem_log()
2767 kmc[i].kmc_low = clh.clh_chunk * lh.lh_chunksize + in kmem_log()
2769 kmc[i].kmc_high = (uintptr_t)clh.clh_current; in kmem_log()