Home
last modified time | relevance | path

Searched refs:target_total (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/
Dbalance_pools.py234 def calculate_spares_needed(self, target_total): argument
256 spares_needed = target_total >= num_ineligible
278 self.pool, self.labels, target_total, num_ineligible,
281 target_total = num_ineligible
284 self.labels.get('model', ''), self.pool, target_total)
285 adjustment = target_total - self.total_hosts
391 target_total = main_pool.total_hosts
393 target_total = arguments.total
395 target_total += arguments.grow
397 target_total -= arguments.shrink
[all …]