Home
last modified time | relevance | path

Searched refs:sbinuptime (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dvpmtmr.c69 vpmtmr->baseuptime = sbinuptime(); in vpmtmr_init()
101 now = sbinuptime(); in vpmtmr_handler()
H A Dvrtc.c160 now = sbinuptime(); in vrtc_curtime()
655 basetime = sbinuptime(); in vrtc_set_reg_b()
728 vrtc->base_uptime = sbinuptime(); in vrtc_set_reg_a()
760 error = vrtc_time_update(vrtc, secs, sbinuptime()); in vrtc_set_time()
958 error = vrtc_time_update(vrtc, curtime, sbinuptime()); in vrtc_data_handler()
1012 vrtc_time_update(vrtc, curtime, sbinuptime()); in vrtc_init()
1037 vrtc->base_uptime = sbinuptime(); in vrtc_snapshot()
H A Dvhpet.c160 now = sbinuptime(); in vhpet_counter()
368 vhpet->countbase_sbt = sbinuptime(); in vhpet_start_counting()
/f-stack/freebsd/kern/
H A Dkern_clocksource.c320 now = sbinuptime();
452 now = sbinuptime();
468 now = sbinuptime();
488 now = sbinuptime();
688 now = sbinuptime();
777 now = sbinuptime();
806 now = sbinuptime();
872 loadtimer(sbinuptime(), 0);
H A Dkern_timeout.c692 sbt1 = sbinuptime(); in softclock_call_cc()
700 sbt2 = sbinuptime(); in softclock_call_cc()
862 to_sbt = sbinuptime(); in callout_when()
866 to_sbt = sbinuptime(); in callout_when()
1377 now = sbinuptime(); in sysctl_kern_callout_stat()
H A Dsubr_sleepqueue.c626 if (td->td_sleeptimo <= sbinuptime()) in sleepq_check_timeout()
1019 if (td->td_sleeptimo == 0 || td->td_sleeptimo > sbinuptime()) { in sleepq_timeout()
H A Dkern_event.c772 kc->next = to + sbinuptime(); in filt_timerstart()
H A Dsubr_stats.c381 sbt = sbinuptime(); in stats_sbinuptime()
/f-stack/freebsd/ddb/
H A Ddb_ps.c428 (long)sbttobt(sbinuptime()).sec, in DB_SHOW_COMMAND()
429 (uintmax_t)sbttobt(sbinuptime()).frac); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dtime.h544 sbinuptime(void) in sbinuptime() function
601 ((*(sbt) = getsbinuptime()), 1) : ((*(sbt) = sbinuptime()), 0))
/f-stack/lib/
H A Dff_kern_timeout.c463 sbt1 = sbinuptime(); in softclock_call_cc()
471 sbt2 = sbinuptime(); in softclock_call_cc()