Searched refs:CanBeUnswitchedCount (Results 1 – 1 of 1) sorted by relevance
79 unsigned CanBeUnswitchedCount; member250 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop()251 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop()261 if (!Props.CanBeUnswitchedCount) { in countLoop()282 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation; in forgetLoop()314 --OldLoopProps.CanBeUnswitchedCount; in cloneData()315 unsigned Quota = OldLoopProps.CanBeUnswitchedCount; in cloneData()316 NewLoopProps.CanBeUnswitchedCount = Quota / 2; in cloneData()317 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2; in cloneData()