Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dcmi_hw.c82 volatile uint32_t *cmih_refcntp; /* Reference count pointer */ member
1321 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()
/titanic_50/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()