Searched refs:FatMaxDelayedCloseCount (Results 1 – 3 of 3) sorted by relevance
31 ULONG FatMaxDelayedCloseCount; variable596 if ((FatData.DelayedCloseCount > FatMaxDelayedCloseCount) && in _Requires_lock_held_()689 if (!FatData.HighAsync && FatData.AsyncCloseCount > FatMaxDelayedCloseCount*2) { in _Requires_lock_held_()693 } else if (FatData.HighAsync && FatData.AsyncCloseCount < FatMaxDelayedCloseCount) { in _Requires_lock_held_()698 if (!FatData.HighDelayed && FatData.DelayedCloseCount > FatMaxDelayedCloseCount*2) { in _Requires_lock_held_()702 } else if (FatData.HighDelayed && FatData.DelayedCloseCount < FatMaxDelayedCloseCount) { in _Requires_lock_held_()744 (FatData.DelayedCloseCount > FatMaxDelayedCloseCount/2 || in _Requires_lock_held_()
285 FatMaxDelayedCloseCount = FAT_MAX_DELAYED_CLOSES; in DriverEntry()291 FatMaxDelayedCloseCount = 4 * FAT_MAX_DELAYED_CLOSES; in DriverEntry()298 FatMaxDelayedCloseCount = 16 * FAT_MAX_DELAYED_CLOSES; in DriverEntry()
110 extern ULONG FatMaxDelayedCloseCount;