Home | History | Annotate | Download | only in hosts

Lines Matching refs:end_time

519             end_time = current_time + timeout
521 while not timeout or current_time < end_time:
522 if self.is_up(timeout=end_time - current_time):
533 self.hostname, int(timeout + time.time() - end_time))
580 end_time = current_time + timeout
595 # while not timeout or time.time() < end_time: [23 < 30]
598 # new_boot_id = self.get_boot_id(timeout=end_time - time.time())
603 while not timeout or current_time < end_time:
605 new_boot_id = self.get_boot_id(timeout=end_time-current_time)
739 end_time = time.time() + timeout
742 while time.time() < end_time: