Searched refs:ifc_refcnt (Results 1 – 2 of 2) sorted by relevance
87 KASSERT((ifc)->ifc_refcnt >= 0, \88 ("negative refcnt %ld", (ifc)->ifc_refcnt)); \89 (ifc)->ifc_refcnt++; \99 KASSERT((ifc)->ifc_refcnt > 0, \100 ("bogus refcnt %ld", (ifc)->ifc_refcnt)); \101 if (--(ifc)->ifc_refcnt == 0) { \
67 long ifc_refcnt; /* (i) Refrence count. */ member