Home | History | Annotate | Download | only in MnpDxe

Lines Matching refs:RefCnt

158   // Increase the RefCnt.

187 ASSERT (Nbuf->RefCnt > 1);
193 if (Nbuf->RefCnt == 1) {
1745 GroupAddress->RefCnt = 0;
1754 // Increase the RefCnt.
1756 GroupAddress->RefCnt++;
1799 ASSERT (GroupAddress->RefCnt > 0);
1802 // Count down the RefCnt.
1804 GroupAddress->RefCnt--;
1806 if (GroupAddress->RefCnt == 0) {