Searched refs:ResCntFactor (Results 1 – 1 of 1) sorted by relevance
2512 int ResCntFactor = (int)(Count - (Latency * LFactor)); in checkResourceLimit() local2514 return ResCntFactor >= (int)LFactor; in checkResourceLimit()2516 return ResCntFactor > (int)LFactor; in checkResourceLimit()