Home | History | Annotate | Download | only in Library

Lines Matching refs:RefCnt

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

1501 INTN RefCnt;
1522 INTN RefCnt;
1561 #define NET_GET_REF(PData) ((PData)->RefCnt++)
1562 #define NET_PUT_REF(PData) ((PData)->RefCnt--)
1566 (((Buf)->RefCnt > 1) || ((Buf)->Vector->RefCnt > 1))