Searched refs:gpaulRefCount (Results 1 – 2 of 2) sorted by relevance
150 PULONG gpaulRefCount; variable294 gpaulRefCount = EngAllocSectionMem(&pvSection, in InitGdiHandleTable()298 if (!gpaulRefCount) in InitGdiHandleTable()446 ASSERT((gpaulRefCount[idxToFree] & REF_MASK_INUSE) == 0); in ENTRY_vPushFreeEntry()490 cOldRefs = gpaulRefCount[ulIndex]; in ENTRY_ReferenceEntryByHandle()553 ASSERT((gpaulRefCount[ulIndex] & REF_MASK_INUSE) == 0); in ENTRY_hInsertObject()642 if ((gpaulRefCount[ulIndex] & REF_MASK_COUNT) == 0) in GDIOBJ_vDereferenceObject()646 ASSERT((gpaulRefCount[ulIndex] & REF_MASK_COUNT) > 0); in GDIOBJ_vDereferenceObject()743 ASSERT((gpaulRefCount[ulIndex] & REF_MASK_COUNT) > 0); in GDIOBJ_vReferenceObjectByPointer()905 ASSERT((gpaulRefCount[ulIndex] & REF_MASK_COUNT) > 0); in GDIOBJ_vUnlockObject()[all …]
16 extern PULONG gpaulRefCount;167 if (MmIsAddressValid(&gpaulRefCount[i])) in KdbCommand_Gdi_dumpht()168 DbgPrint("0x%08lx\n", gpaulRefCount[i]); in KdbCommand_Gdi_dumpht()218 if (MmIsAddressValid(&gpaulRefCount[usIndex])) in KdbCommand_Gdi_handle()219 DbgPrint(" gpaulRefCount[idx] = %ld\n", gpaulRefCount[usIndex]); in KdbCommand_Gdi_handle()