Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/librsm/common/
H A Drsmlib.c265 p->cntr_refcnt = 1; in _rsm_loopbackload()
379 p->cntr_refcnt = 1; /* first reference */ in _rsm_modload()
596 p->cntr_refcnt++; in rsm_get_controller()
604 p->cntr_refcnt++; in rsm_get_controller()
640 if (chdl->cntr_refcnt == 0) { in rsm_release_controller()
647 chdl->cntr_refcnt--; in rsm_release_controller()
649 if (chdl->cntr_refcnt > 0) { in rsm_release_controller()
708 if (p->cntr_refcnt == 0) { in rsm_get_controller_attr()
/titanic_44/usr/src/lib/librsm/inc/
H A Drsmndi.h225 int cntr_refcnt; member