Searched refs:cmih_refcntp (Results 1 – 2 of 2) sorted by relevance
82 volatile uint32_t *cmih_refcntp; /* Reference count pointer */ member1321 hdl->cmih_refcntp = &ent->cmae_refcnt; in cmi_hdl_create()1377 ASSERT(*hdl->cmih_refcntp != 0); /* must not be the initial hold */ in cmi_hdl_hold()1379 atomic_inc_32(hdl->cmih_refcntp); in cmi_hdl_hold()1422 ASSERT(*hdl->cmih_refcntp > 0); in cmi_hdl_rele()1423 atomic_dec_32(hdl->cmih_refcntp); in cmi_hdl_rele()1433 ASSERT(*hdl->cmih_refcntp > 0); in cmi_hdl_destroy()1434 atomic_dec_32(hdl->cmih_refcntp); in cmi_hdl_destroy()
40 volatile uint32_t *cmih_refcntp; /* Reference count pointer */ member392 (uintptr_t)hdl->cmih_refcntp) != sizeof (uint32_t)) { in cmihdl_disp()