Searched refs:dtime (Results 1 – 7 of 7) sorted by relevance
335 double dtime; in stat1() local337 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()
46 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
79 dtime=$((destroy_end - destroy_start))80 log_note "Destroy of $who_to_destroy took ${dtime} seconds."
532 const int32_t dtime = (sc->sc_repeat_time - now); in hkbd_interrupt() local535 if (dtime <= 0) { in hkbd_interrupt()
602 const int32_t dtime = (sc->sc_repeat_time - now); in ukbd_interrupt() local605 if (dtime <= 0) { in ukbd_interrupt()
2025 int dtime; in cmd_delay_output() local2030 if (sscanf(args[0], "%d", &dtime) == 0) { in cmd_delay_output()2037 report_return(delay_output(dtime)); in cmd_delay_output()
6748 double dtime; in __kmp_register_library_startup() member6754 __kmp_read_system_time(&time.dtime); in __kmp_register_library_startup()