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

  /src/sys/arch/xen/xen/
xen_clock.c 636 uint64_t n_ns = 1000*(uint64_t)n; local in function:xen_delay
645 } while (xen_vcputime_raw_systime_ns() - start_ns < n_ns);
xen_clock.c 636 uint64_t n_ns = 1000*(uint64_t)n; local in function:xen_delay
645 } while (xen_vcputime_raw_systime_ns() - start_ns < n_ns);

Completed in 32 milliseconds