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

  /src/sys/arch/xen/xen/
xen_clock.c 75 static uint64_t xen_global_systime_ns(void);
500 * xen_global_systime_ns()
508 xen_global_systime_ns(void) function in typeref:typename:uint64_t
564 return (unsigned)xen_global_systime_ns();
1092 systime_ns = xen_global_systime_ns();
1129 systime_ns = xen_global_systime_ns();
xen_clock.c 75 static uint64_t xen_global_systime_ns(void);
500 * xen_global_systime_ns()
508 xen_global_systime_ns(void) function in typeref:typename:uint64_t
564 return (unsigned)xen_global_systime_ns();
1092 systime_ns = xen_global_systime_ns();
1129 systime_ns = xen_global_systime_ns();

Completed in 42 milliseconds