Searched refs:dtime (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_destroy/
H A Dzpool_destroy_004_pos.ksh79 dtime=$((destroy_end - destroy_start))
80 log_note "Destroy of $who_to_destroy took ${dtime} seconds."
/freebsd-current/usr.bin/systat/
H A Diostat.c335 double dtime; local
337 dtime = 0.0;
339 dtime += cur_dev.cp_time[i];
340 if (dtime == 0.0)
341 dtime = 1.0;
344 histogram(100.0 * cur_dev.cp_time[o] / dtime, 50, CPUSCALE);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_leapsec.c68 vint64 dtime; /* due time (current era end) */ member in struct:leap_head
308 } else if (ucmpv64(&ts64, &pt->head.dtime) >= 0) {
324 last = addv64i32(&pt->head.dtime, 3); /* get boundary */
332 pt->head.dtime.D_s.lo);
354 due32 = pt->head.dtime.D_s.lo;
738 pt->head.dtime = pt->head.ebase;
889 pt->head.dtime = pt->head.ttime;
891 pt->head.dtime = addv64i32(
901 pt->head.dtime = pt->head.ttime;
/freebsd-current/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry_1.c123 double dtime();
238 Begin_Time = dtime();
290 End_Time = dtime();
766 double dtime() function
/freebsd-current/sys/dev/usb/input/
H A Dukbd.c553 const int32_t dtime = (sc->sc_repeat_time - now); local
556 if (dtime <= 0) {
/freebsd-current/sys/dev/hid/
H A Dhkbd.c532 const int32_t dtime = (sc->sc_repeat_time - now); local
535 if (dtime <= 0) {
/freebsd-current/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2025 int dtime; local
2030 if (sscanf(args[0], "%d", &dtime) == 0) {
2037 report_return(delay_output(dtime));
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp6733 double dtime;
6739 __kmp_read_system_time(&time.dtime);

Completed in 159 milliseconds