Searched refs:CanBeUnswitchedCount (Results 1 – 2 of 2) sorted by relevance
103 unsigned CanBeUnswitchedCount; member293 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()295 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()319 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop()341 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in CostAllowsUnswitching()356 --OldLoopProps.CanBeUnswitchedCount; in cloneData()359 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()360 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()361 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()
106 unsigned CanBeUnswitchedCount; member296 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()298 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()321 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop()343 return CurrentLoopProperties->CanBeUnswitchedCount > 0; in CostAllowsUnswitching()357 --OldLoopProps.CanBeUnswitchedCount; in cloneData()360 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()361 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()362 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()