Home
last modified time | relevance | path

Searched refs:lh_cpu (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libumem/common/
H A Dumem_fork.c72 (void) mutex_lock(&lhp->lh_cpu[idx].clh_lock); in umem_lockup_log_header()
87 (void) mutex_unlock(&lhp->lh_cpu[idx].clh_lock); in umem_release_log_header()
H A Dumem_impl.h351 umem_cpu_log_header_t lh_cpu[1]; /* actually umem_max_ncpus */ member
H A Dumem.c1272 size_t lhsize = offsetof(umem_log_header_t, lh_cpu[umem_max_ncpus]); in umem_log_init()
1309 umem_cpu_log_header_t *clhp = &lhp->lh_cpu[i]; in umem_log_init()
1338 &lhp->lh_cpu[CPU(umem_cpu_mask)->cpu_number]; in umem_log_enter()
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h436 kmem_cpu_log_header_t lh_cpu[1]; /* ncpus actually allocated */ member
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c1431 size_t lhsize = (size_t)&((kmem_log_header_t *)0)->lh_cpu[max_ncpus]; in kmem_log_init()
1453 kmem_cpu_log_header_t *clhp = &lhp->lh_cpu[i]; in kmem_log_init()
1471 kmem_cpu_log_header_t *clhp = &lhp->lh_cpu[CPU->cpu_seqid]; in kmem_log_enter()
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2397 clhp = lhp + ((uintptr_t)&lh.lh_cpu[0] - (uintptr_t)&lh); in umem_log()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2732 clhp = lhp + ((uintptr_t)&lh.lh_cpu[0] - (uintptr_t)&lh); in kmem_log()