Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c263 p->cntr_refcnt = 1; in _rsm_loopbackload()
377 p->cntr_refcnt = 1; /* first reference */ in _rsm_modload()
594 p->cntr_refcnt++; in rsm_get_controller()
602 p->cntr_refcnt++; in rsm_get_controller()
638 if (chdl->cntr_refcnt == 0) { in rsm_release_controller()
645 chdl->cntr_refcnt--; in rsm_release_controller()
647 if (chdl->cntr_refcnt > 0) { in rsm_release_controller()
706 if (p->cntr_refcnt == 0) { in rsm_get_controller_attr()
/illumos-gate/usr/src/lib/librsm/inc/
H A Drsmndi.h223 int cntr_refcnt; member