Searched refs:lh_cpu (Results 1 – 7 of 7) sorted by relevance
72 (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()
351 umem_cpu_log_header_t lh_cpu[1]; /* actually umem_max_ncpus */ member
1272 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()
436 kmem_cpu_log_header_t lh_cpu[1]; /* ncpus actually allocated */ member
1431 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()
2397 clhp = lhp + ((uintptr_t)&lh.lh_cpu[0] - (uintptr_t)&lh); in umem_log()
2732 clhp = lhp + ((uintptr_t)&lh.lh_cpu[0] - (uintptr_t)&lh); in kmem_log()