Home | History | Annotate | Download | only in scheduler

Lines Matching refs:used_capacity

134     """Wrapper to compare drones based on used_capacity().
144 return cmp(self.drone.used_capacity(), other.drone.used_capacity())
628 if drone.used_capacity() < drone_to_use.used_capacity():