Searched refs:sbinuptime (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vpmtmr.c | 69 vpmtmr->baseuptime = sbinuptime(); in vpmtmr_init() 101 now = sbinuptime(); in vpmtmr_handler()
|
| H A D | vrtc.c | 160 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 D | vhpet.c | 160 now = sbinuptime(); in vhpet_counter() 368 vhpet->countbase_sbt = sbinuptime(); in vhpet_start_counting()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_clocksource.c | 320 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 D | kern_timeout.c | 692 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 D | subr_sleepqueue.c | 626 if (td->td_sleeptimo <= sbinuptime()) in sleepq_check_timeout() 1019 if (td->td_sleeptimo == 0 || td->td_sleeptimo > sbinuptime()) { in sleepq_timeout()
|
| H A D | kern_event.c | 772 kc->next = to + sbinuptime(); in filt_timerstart()
|
| H A D | subr_stats.c | 381 sbt = sbinuptime(); in stats_sbinuptime()
|
| /f-stack/freebsd/ddb/ |
| H A D | db_ps.c | 428 (long)sbttobt(sbinuptime()).sec, in DB_SHOW_COMMAND() 429 (uintmax_t)sbttobt(sbinuptime()).frac); in DB_SHOW_COMMAND()
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 544 sbinuptime(void) in sbinuptime() function 601 ((*(sbt) = getsbinuptime()), 1) : ((*(sbt) = sbinuptime()), 0))
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 463 sbt1 = sbinuptime(); in softclock_call_cc() 471 sbt2 = sbinuptime(); in softclock_call_cc()
|