Searched refs:svc_ref_cnt (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h729 * svc_ref_cnt: Reference count
742 int svc_ref_cnt; member in struct:ibcm_svc_info_s
789 #define IBCM_SVC_INCR(svcinfop) (svcinfop)->svc_ref_cnt++
791 if (--((svcinfop)->svc_ref_cnt) == 0 && \
794 ASSERT(svcinfop->svc_ref_cnt >= 0);
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c100 svc_ref_cnt svc_to_delete}))
H A Dibcm_ti.c3083 while (svcp->svc_ref_cnt != 0)

Completed in 199 milliseconds