Searched refs:IncompletePacket (Results 1 – 1 of 1) sorted by relevance
3332 BOOLEAN IncompletePacket; in WCachePurgeAllR() local3370 IncompletePacket = (Cache->WriteCount >= MaxReloc) ? FALSE : TRUE; in WCachePurgeAllR()3373 while((Cache->WriteCount > PacketTail) || (Cache->WriteCount && IncompletePacket)) { in WCachePurgeAllR()3487 BOOLEAN IncompletePacket; in WCacheSyncReloc__() local3489 IncompletePacket = (Cache->WriteCount >= MaxReloc) ? FALSE : TRUE; in WCacheSyncReloc__()3491 for(ULONG i=0; IncompletePacket && (i<Cache->BlockCount); i++) { in WCacheSyncReloc__()