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

/illumos-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);

Completed in 71 milliseconds