Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c68 #define NSEC_IN_SEC 1000000000ULL macro
210 ts->tv_sec = uptime / NSEC_IN_SEC; in xen_fetch_uptime()
211 ts->tv_nsec = uptime % NSEC_IN_SEC; in xen_fetch_uptime()
331 first_in_ns = (((first >> 32) * NSEC_IN_SEC) + in xentimer_et_start()
332 (((uint64_t)NSEC_IN_SEC * (uint32_t)first) >> 32)); in xentimer_et_start()
399 sc->et.et_frequency = NSEC_IN_SEC; in xentimer_attach()
430 sc->tc.tc_frequency = NSEC_IN_SEC; in xentimer_attach()