Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Diostat.c335 double dtime; in stat1() local
337 dtime = 0.0; in stat1()
339 dtime += cur_dev.cp_time[i]; in stat1()
340 if (dtime == 0.0) in stat1()
341 dtime = 1.0; in stat1()
344 histogram(100.0 * cur_dev.cp_time[o] / dtime, 50, CPUSCALE); in stat1()
/freebsd/contrib/ntp/ntpd/
H A Dntp_leapsec.c46 vint64 dtime; /* due time (current era end) */ in noconst()
288 } else if (ucmpv64(&ts64, &pt->head.dtime) >= 0) { in leapsec_query()
304 last = addv64i32(&pt->head.dtime, 3); /* get boundary */ in leapsec_query()
312 pt->head.dtime.D_s.lo); in leapsec_query()
334 due32 = pt->head.dtime.D_s.lo; in leapsec_query()
718 pt->head.dtime = pt->head.ebase;
871 pt->head.dtime = pt->head.ttime; in reload_limits()
873 pt->head.dtime = addv64i32( in reload_limits()
883 pt->head.dtime = pt->head.ttime; in reload_limits()
68 vint64 dtime; /* due time (current era end) */ global() member
/freebsd/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/sys/dev/hid/
H A Dhkbd.c532 const int32_t dtime = (sc->sc_repeat_time - now); in hkbd_interrupt() local
535 if (dtime <= 0) { in hkbd_interrupt()
/freebsd/sys/dev/usb/input/
H A Dukbd.c602 const int32_t dtime = (sc->sc_repeat_time - now); in ukbd_interrupt() local
605 if (dtime <= 0) { in ukbd_interrupt()
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2025 int dtime; in cmd_delay_output() local
2030 if (sscanf(args[0], "%d", &dtime) == 0) { in cmd_delay_output()
2037 report_return(delay_output(dtime)); in cmd_delay_output()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp6748 double dtime; in __kmp_register_library_startup() member
6754 __kmp_read_system_time(&time.dtime); in __kmp_register_library_startup()