| /openbmc/u-boot/common/ |
| H A D | bootretry.c | 17 static uint64_t endtime; /* must be set, default is instant timeout */ variable 41 endtime = endtick(retry_time); in bootretry_reset_cmd_timeout() 47 if (retry_time >= 0 && get_ticks() > endtime) in bootretry_tstc_timeout()
|
| /openbmc/u-boot/arch/arm/cpu/sa1100/ |
| H A D | timer.c | 28 ulong endtime; in __udelay() local 40 endtime = get_timer_masked () + tmo; in __udelay() 44 diff = endtime - now; in __udelay()
|
| /openbmc/u-boot/arch/arm/mach-bcm283x/ |
| H A D | mbox.c | 17 ulong endtime = get_timer(0) + TIMEOUT; in bcm2835_mbox_call_raw() local 20 debug("time: %lu timeout: %lu\n", get_timer(0), endtime); in bcm2835_mbox_call_raw() 33 if (get_timer(0) >= endtime) { in bcm2835_mbox_call_raw() 46 if (get_timer(0) >= endtime) { in bcm2835_mbox_call_raw() 64 if (get_timer(0) >= endtime) { in bcm2835_mbox_call_raw()
|
| /openbmc/u-boot/arch/arm/mach-davinci/ |
| H A D | timer.c | 79 unsigned long long endtime; in __udelay() local 81 endtime = lldiv((unsigned long long)usec * gd->arch.timer_rate_hz, in __udelay() 83 endtime += get_ticks(); in __udelay() 85 while (get_ticks() < endtime) in __udelay()
|
| /openbmc/u-boot/arch/arm/mach-at91/arm920t/ |
| H A D | timer.c | 88 u32 endtime; in __udelay() local 95 endtime = get_timer_raw() + tmo; in __udelay() 99 diff = endtime - now; in __udelay()
|
| /openbmc/u-boot/arch/arm/cpu/arm920t/imx/ |
| H A D | timer.c | 51 ulong endtime = get_timer_masked() + usec; in __udelay() local 56 diff = endtime - now; in __udelay()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 224 endtime = starttime + timeout 239 endtime = time.time() + timeout 247 if time.time() >= endtime: 248 … logger.debug('SSHCall has timeout! Time: %s, endtime: %s' % (time.time(), endtime)) 266 endtime = time.time() - starttime 268 " running time: %d seconds." % (timeout, endtime))
|
| /openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
| H A D | timer.c | 89 ulong endtime; in __udelay() local 92 endtime = get_timer_masked() + delayticks; in __udelay() 94 while (get_timer_masked() < endtime); in __udelay()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | qemutinyrunner.py | 101 endtime = time.time() + self.runqemutime 102 while not self.is_alive() and time.time() < endtime: 122 endtime = time.time()+timeout 123 while time.time()<endtime and not stopread:
|
| H A D | sshcontrol.py | 53 endtime = self.starttime + timeout 55 while time.time() < endtime and not eof: 68 endtime = time.time() + timeout
|
| H A D | qemurunner.py | 283 endtime = time.time() + self.runqemutime 284 while not self.is_alive() and time.time() < endtime: 345 endtime = time.time() + self.runqemutime 346 while not os.path.exists(qmp_port) and self.is_alive() and time.time() < endtime: 400 (time.time() - (endtime - self.runqemutime), 454 endtime = time.time() + self.boottime 461 while time.time() < endtime and not stopread: 497 (time.time() - (endtime - self.boottime), 508 if time.time() >= endtime:
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ltp_compliance.py | 66 endtime = time.time() 76 runtime = int(endtime-starttime)
|
| H A D | ltp_stress.py | 66 endtime = time.time() 75 runtime = int(endtime-starttime)
|
| H A D | ltp.py | 75 endtime = time.time() 100 sections['duration'] = int(endtime-starttime)
|
| H A D | systemd.py | 70 endtime = time.time() + (60 * 2) 75 if time.time() >= endtime:
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | testrunner.py | 160 endtime: Optional[str] = None, status: str = '...', 189 if endtime: 190 endtime = f'[{endtime}]' 192 endtime = '' 210 f'[{starttime}] {endtime:13}{thistime_s:5} {lasttime_s:14} ' 366 starttime=start, endtime=end,
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 44 self.endtime = {} 64 self.endtime[test.id()] = time.time() 187 if case.id() in self.starttime and case.id() in self.endtime: 188 duration = self.endtime[case.id()] - self.starttime[case.id()]
|
| /openbmc/openbmc-test-automation/tools/ct_metrics/ |
| H A D | gen_csv_results.py | 242 print("Test End Time:\t\t %s" % result.suite.endtime) 346 l_etime = xml_to_csv_time(testcase.endtime)
|
| /openbmc/qemu/tests/vm/ |
| H A D | basevm.py | 440 endtime = starttime + datetime.timedelta(seconds=seconds) 442 while datetime.datetime.now() < endtime: 449 seconds = (endtime - datetime.datetime.now()).total_seconds()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1305 endtime = time.time() 1306 if (endtime-starttime > 60): 1307 hashequiv_logger.verbose("Initial setup loop took: %s" % (endtime-starttime)) 2647 endtime = time.time() 2648 if (endtime-starttime > 60): 2649 hashequiv_logger.verbose("Rehash loop took more than 60s: %s" % (endtime-starttime))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 3222 - endtime, out_creds) 3227 - krb5_timestamp endtime; 3232 + krb5_timestamp endtime, krb5_creds **out_creds)
|