Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c84 volatile uint32_t *cmih_refcntp; /* Reference count pointer */ member
1389 hdl->cmih_refcntp = &ent->cmae_refcnt; in cmi_hdl_create()
1445 ASSERT(*hdl->cmih_refcntp != 0); /* must not be the initial hold */ in cmi_hdl_hold()
1447 atomic_inc_32(hdl->cmih_refcntp); in cmi_hdl_hold()
1490 ASSERT(*hdl->cmih_refcntp > 0); in cmi_hdl_rele()
1491 atomic_dec_32(hdl->cmih_refcntp); in cmi_hdl_rele()
1501 ASSERT(*hdl->cmih_refcntp > 0); in cmi_hdl_destroy()
1502 atomic_dec_32(hdl->cmih_refcntp); in cmi_hdl_destroy()
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c40 volatile uint32_t *cmih_refcntp; /* Reference count pointer */ member
392 (uintptr_t)hdl->cmih_refcntp) != sizeof (uint32_t)) { in cmihdl_disp()