Searched refs:ifc_refcnt (Results 1 – 1 of 1) sorted by relevance
71 long ifc_refcnt; /* (i) Reference count. */ member137 KASSERT((ifc)->ifc_refcnt >= 0, \138 ("negative refcnt %ld", (ifc)->ifc_refcnt)); \139 (ifc)->ifc_refcnt++; \149 KASSERT((ifc)->ifc_refcnt > 0, \150 ("bogus refcnt %ld", (ifc)->ifc_refcnt)); \151 if (--(ifc)->ifc_refcnt == 0) { \