Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 332 of file cachesub.c.
{ ULONG Number = (ULONG)(((PNOCC_BCB)Bcb) - CcCacheSections); CcpLock(); ASSERT(RtlTestBit(CcCacheBitmap, Number)); DPRINT("CcRepinBcb(#%x)\n", Number); CcpReferenceCache(Number); CcpUnlock(); }