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

  /src/sys/arch/xen/xen/
xen_clock.c 749 ci->ci_xen_hardclock_systime_ns = xen_vcputime_systime_ns();
752 error = HYPERVISOR_set_timer_op(ci->ci_xen_hardclock_systime_ns +
793 last = ci->ci_xen_hardclock_systime_ns;
809 ci->ci_xen_hardclock_systime_ns = last = now - ns_per_tick;
842 ci->ci_xen_hardclock_systime_ns += ns_per_tick;
858 next = ci->ci_xen_hardclock_systime_ns + ns_per_tick;
  /src/sys/arch/x86/include/
cpu.h 299 uint64_t ci_xen_hardclock_systime_ns; member in struct:cpu_info

Completed in 13 milliseconds