Searched refs:start_ns (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/goldfish/
H A Dgfrtc.c119 uint64_t start_ns, end_ns, min_ns; local
122 start_ns = gfrtc_get_time(sc);
129 } while ((end_ns - start_ns) < min_ns);
/netbsd-current/sys/arch/xen/xen/
H A Dxen_clock.c651 uint64_t start_ns; local
654 start_ns = xen_vcputime_raw_systime_ns();
659 } while (xen_vcputime_raw_systime_ns() - start_ns < n_ns);

Completed in 127 milliseconds