Searched refs:ResDelta (Results 1 – 3 of 3) sorted by relevance
860 SchedResourceDelta ResDelta; member871 ResDelta = SchedResourceDelta(); in reset()883 ResDelta = Best.ResDelta; in setBest()
2431 ResDelta.CritResources += PI->Cycles; in initResourceDelta()2433 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta()3048 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()3051 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()3052 Cand.ResDelta.DemandedResources, in tryCandidate()3092 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()3352 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()3355 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()3356 Cand.ResDelta.DemandedResources, in tryCandidate()
161 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()