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

  /src/sys/arch/xen/xen/
xen_clock.c 89 "uint64_t"/*systime_ns*/);
97 "uint64_t"/*systime_ns*/);
105 "uint64_t"/*systime_ns*/);
113 "uint64_t"/*systime_ns*/);
280 uint64_t systime_ns; local in function:xen_vcputime_systime_ns
326 /*systime_ns*/raw_systime_ns);
354 /*systime_ns*/raw_systime_ns);
366 systime_ns = raw_systime_ns + delta_ns;
375 if (__predict_false(systime_ns < raw_systime_ns)) {
379 systime_ns);
1084 uint64_t systime_ns; local in function:xen_rtc_set
1118 uint64_t systime_ns; local in function:xen_wallclock_time
    [all...]

Completed in 20 milliseconds