Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c521 uint64_t end_ns; in xen_delay() local
524 end_ns = xen_fetch_vcpu_time(vcpu); in xen_delay()
525 end_ns += n * NSEC_IN_USEC; in xen_delay()
529 if (current >= end_ns) in xen_delay()