Searched refs:cmih_refcntp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c82 volatile uint32_t *cmih_refcntp; /* Reference count pointer */ member in struct:cmi_hdl_impl
1321 hdl->cmih_refcntp = &ent->cmae_refcnt;
1377 ASSERT(*hdl->cmih_refcntp != 0); /* must not be the initial hold */
1379 atomic_inc_32(hdl->cmih_refcntp);
1422 ASSERT(*hdl->cmih_refcntp > 0);
1423 atomic_dec_32(hdl->cmih_refcntp);
1433 ASSERT(*hdl->cmih_refcntp > 0);
1434 atomic_dec_32(hdl->cmih_refcntp);
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c40 volatile uint32_t *cmih_refcntp; /* Reference count pointer */ member in struct:cmi_hdl_impl
392 (uintptr_t)hdl->cmih_refcntp) != sizeof (uint32_t)) {

Completed in 50 milliseconds