Home | History | Annotate | Download | only in Library

Lines Matching defs:RefCnt

1500   INTN                RefCnt;  // Reference count to share NET_VECTOR.

1539 INTN RefCnt;
1560 INTN RefCnt;
1599 #define NET_GET_REF(PData) ((PData)->RefCnt++)
1600 #define NET_PUT_REF(PData) ((PData)->RefCnt--)
1604 (((Buf)->RefCnt > 1) || ((Buf)->Vector->RefCnt > 1))