Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootretry.c17 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 Dtimer.c28 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 Dmbox.c17 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 Dtimer.c79 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 Dtimer.c88 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 Dtimer.c51 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 Dssh.py224 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 Dtimer.c89 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 Dqemutinyrunner.py101 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 Dsshcontrol.py53 endtime = self.starttime + timeout
55 while time.time() < endtime and not eof:
68 endtime = time.time() + timeout
H A Dqemurunner.py283 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 Dltp_compliance.py66 endtime = time.time()
76 runtime = int(endtime-starttime)
H A Dltp_stress.py66 endtime = time.time()
75 runtime = int(endtime-starttime)
H A Dltp.py75 endtime = time.time()
100 sections['duration'] = int(endtime-starttime)
H A Dsystemd.py70 endtime = time.time() + (60 * 2)
75 if time.time() >= endtime:
/openbmc/qemu/tests/qemu-iotests/
H A Dtestrunner.py160 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 Drunner.py44 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 Dgen_csv_results.py242 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 Dbasevm.py440 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 Drunqueue.py1305 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 D0001-Eliminate-old-style-function-declarations.patch3222 - endtime, out_creds)
3227 - krb5_timestamp endtime;
3232 + krb5_timestamp endtime, krb5_creds **out_creds)