HomeSort by: relevance | last modified time | path
    Searched defs:start_ns (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/goldfish/
gfrtc.c 118 uint64_t start_ns, end_ns, min_ns; local in function:gfrtc_delay
121 start_ns = gfrtc_get_time(sc);
128 } while ((end_ns - start_ns) < min_ns);
gfrtc.c 118 uint64_t start_ns, end_ns, min_ns; local in function:gfrtc_delay
121 start_ns = gfrtc_get_time(sc);
128 } while ((end_ns - start_ns) < min_ns);
  /src/sys/arch/xen/xen/
xen_clock.c 637 uint64_t start_ns; local in function:xen_delay
640 start_ns = xen_vcputime_raw_systime_ns();
645 } while (xen_vcputime_raw_systime_ns() - start_ns < n_ns);
xen_clock.c 637 uint64_t start_ns; local in function:xen_delay
640 start_ns = xen_vcputime_raw_systime_ns();
645 } while (xen_vcputime_raw_systime_ns() - start_ns < n_ns);

Completed in 23 milliseconds