Searched refs:cntr_refcnt (Results 1 – 2 of 2) sorted by relevance
265 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()
225 int cntr_refcnt; member