Searched refs:realtime_tp (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/um/os-Linux/
H A Dtime.c34 struct timespec realtime_tp; os_persistent_clock_emulation() local
36 clock_gettime(CLOCK_REALTIME, &realtime_tp); os_persistent_clock_emulation()
37 return timespec_to_ns(&realtime_tp); os_persistent_clock_emulation()

Completed in 463 milliseconds