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